Html Css Color HEX #960CCD Dark Violet

📋 copy color: '#960CCD'

red 150 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #960CCD

Tints of Dark Violet #960CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 40.87%
G = 3.27%
B = 55.86%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#960CCD (or 0x960CCD) is known color: Dark Violet. HEX triplet: 96, 0C and CD. RGB value is (150,12,205). Sum of RGB (Red+Green+Blue) = 150+12+205=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #960CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CCD is #69F332. Grayscale: #4A4A4A. Windows color (decimal): -6943539 or 13438102. OLE color: 13438102.

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

Color convert

RGB 150 12 205 -
CMYK 0.27 0.94 0 0.20
HSL 282.9º 0.89% 0.43% -
HSV(B) 282.9º 0.94% 0.8% -
XYZ 23.73 11.15 58.66 -
YUV 75.26 201.22 181.31 -
System Red Green Blue C M Y K H S L
Decimal 150 12 205 0.27 0.94 0 0.20 282.9 0.89 0.43
Hex 96 C CD 1B 5E 0 14 11B 59 2B
Octal 226 14 315 33 136 0 24 433 131 53
Binary 10010110 1100 11001101 11011 1011110 0 10100 100011011 1011001 101011

Color Harmonies of #960CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CCD

Black with #960CCD

Text Example


Text Example

White with #960CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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