#960CCF

Color #960CCF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #960CCF

Tints of Dark Violet #960CCF

Color information

#960CCF (or 0x960CCF) is unknown color: approx Dark Violet. HEX triplet: 96, 0C and CF. RGB value is (150,12,207). Sum of RGB (Red+Green+Blue) = 150+12+207=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #960CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CCF is #69F330. Grayscale: #4A4A4A. Windows color (decimal): -6943537 or 13569174. OLE color: 13569174.

HSL color Cylindrical-coordinate representation of color #960CCF: hue angle of 282.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CCF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15012207-
CMYK0.280.9400.19
HSL282.46º89.04%42.94%-
HSV(B)282.46º94.2%81.18%-
XYZ23.9711.2559.94-
YUV75.49202.22181.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 12 (5.08% from 255) = 3.25%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=40.65%
G=3.25%
B=56.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150122070.280.9400.19282.4689.0442.94
Hex96CCF1C5E01311a592b
Octal226143173413602343213153
Binary100101101100110011111110010111100100111000110101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960CCF; }

 p { color: rgb(150,12,207); }

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

<style>
 a { background-color: #960CCF; }

 a { background-color: rgb(150,12,207); }

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

<style>
 span { border-color: #960CCF; }

 span { border-color: rgb(150,12,207); }

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