Html Css Color HEX #960CC9 Dark Violet

📋 copy color: '#960CC9'

red 150 ◦ green 12 ◦ blue 201

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

Shades of Dark Violet #960CC9

Tints of Dark Violet #960CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.37%

R = 41.32%
G = 3.31%
B = 55.37%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#960CC9 (or 0x960CC9) is known color: Dark Violet. HEX triplet: 96, 0C and C9. RGB value is (150,12,201). Sum of RGB (Red+Green+Blue) = 150+12+201=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #960CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CC9 is #69F336. Grayscale: #4A4A4A. Windows color (decimal): -6943543 or 13175958. OLE color: 13175958.

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

Color convert

RGB 150 12 201 -
CMYK 0.25 0.94 0 0.21
HSL 283.81º 0.89% 0.42% -
HSV(B) 283.81º 0.94% 0.79% -
XYZ 23.25 10.96 56.15 -
YUV 74.81 199.22 181.63 -
System Red Green Blue C M Y K H S L
Decimal 150 12 201 0.25 0.94 0 0.21 283.81 0.89 0.42
Hex 96 C C9 19 5E 0 15 11C 59 2A
Octal 226 14 311 31 136 0 25 434 131 52
Binary 10010110 1100 11001001 11001 1011110 0 10101 100011100 1011001 101010

Color Harmonies of #960CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CC9

Black with #960CC9

Text Example


Text Example

White with #960CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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