Html Css Color HEX #960CBA Dark Violet

📋 copy color: '#960CBA'

red 150 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #960CBA

Tints of Dark Violet #960CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 43.1%
G = 3.45%
B = 53.45%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#960CBA (or 0x960CBA) is known color: Dark Violet. HEX triplet: 96, 0C and BA. RGB value is (150,12,186). Sum of RGB (Red+Green+Blue) = 150+12+186=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #960CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CBA is #69F345. Grayscale: #484848. Windows color (decimal): -6943558 or 12192918. OLE color: 12192918.

HSL color Cylindrical-coordinate representation of color #960CBA: hue angle of 287.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CBA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 12 186 -
CMYK 0.19 0.94 0 0.27
HSL 287.59º 0.88% 0.39% -
HSV(B) 287.59º 0.94% 0.73% -
XYZ 21.57 10.29 47.3 -
YUV 73.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 150 12 186 0.19 0.94 0 0.27 287.59 0.88 0.39
Hex 96 C BA 13 5E 0 1B 120 58 27
Octal 226 14 272 23 136 0 33 440 130 47
Binary 10010110 1100 10111010 10011 1011110 0 11011 100100000 1011000 100111

Color Harmonies of #960CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CBA

Black with #960CBA

Text Example


Text Example

White with #960CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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