#965DCD

Color #965DCD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #965DCD

Tints of Amethyst #965DCD

Color information

#965DCD (or 0x965DCD) is unknown color: approx Amethyst. HEX triplet: 96, 5D and CD. RGB value is (150,93,205). Sum of RGB (Red+Green+Blue) = 150+93+205=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #965DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DCD is #69A232. Grayscale: #7A7A7A. Windows color (decimal): -6922803 or 13458838. OLE color: 13458838.

HSL color Cylindrical-coordinate representation of color #965DCD: hue angle of 270.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965DCD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15093205-
CMYK0.270.5500.20
HSL270.54º52.83%58.43%-
HSV(B)270.54º54.63%80.39%-
XYZ27.5118.7259.92-
YUV122.81174.38147.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=33.48%
G=20.76%
B=45.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150932050.270.5500.20270.5452.8358.43
Hex965DCD1B3701410f353a
Octal22613531533670244176572
Binary1001011010111011100110111011110111010100100001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965DCD; }

 p { color: rgb(150,93,205); }

 H1.HeaderClassName
 {
   color: #965DCD;
 }
 .AnyTagClassName
 {
   color: #965DCD;
 }
</style>
background-color css

<style>
 a { background-color: #965DCD; }

 a { background-color: rgb(150,93,205); }

 div.DivClassName
 {
   background-color: #965DCD;
 }
 .BgClassName
 {
   background-color: #965DCD;
 }
</style>
border-color css

<style>
 span { border-color: #965DCD; }

 span { border-color: rgb(150,93,205); }

 td.TdClassName
 {
   border-color: #965DCD;
 }
 .TagClassName
 {
   border-color: #965DCD;
 }
</style>