Html Css Color HEX #960CCC Dark Violet

📋 copy color: '#960CCC'

red 150 ◦ green 12 ◦ blue 204

#960CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #960CCC

Tints of Dark Violet #960CCC

RGB

 RED value IS 150 (58.98% from 255) = 40.98%

 GREEN value IS 12 (5.08% from 255) = 3.28%

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 40.98%
G = 3.28%
B = 55.74%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#960CCC (or 0x960CCC) is known color: Dark Violet. HEX triplet: 96, 0C and CC. RGB value is (150,12,204). Sum of RGB (Red+Green+Blue) = 150+12+204=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #960CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CCC is #69F333. Grayscale: #4A4A4A. Windows color (decimal): -6943540 or 13372566. OLE color: 13372566.

HSL color Cylindrical-coordinate representation of color #960CCC: hue angle of 283.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CCC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 12 204 -
CMYK 0.26 0.94 0 0.2
HSL 283.13º 0.89% 0.42% -
HSV(B) 283.13º 0.94% 0.8% -
XYZ 23.61 11.11 58.03 -
YUV 75.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 150 12 204 0.26 0.94 0 0.2 283.13 0.89 0.42
Hex 96 C CC 1A 5E 0 14 11B 59 2A
Octal 226 14 314 32 136 0 24 433 131 52
Binary 10010110 1100 11001100 11010 1011110 0 10100 100011011 1011001 101010

Color Harmonies of #960CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CCC

Black with #960CCC

Text Example


Text Example

White with #960CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #960CCC;
 }
 .AnyTagClassName
 {
   color: #960CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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