Html Css Color HEX #960BB6 Dark Violet

📋 copy color: '#960BB6'

red 150 ◦ green 11 ◦ blue 182

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

Shades of Dark Violet #960BB6

Tints of Dark Violet #960BB6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

 BLUE value IS 182 (71.48% from 255) = 53.06%

R = 43.73%
G = 3.21%
B = 53.06%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#960BB6 (or 0x960BB6) is known color: Dark Violet. HEX triplet: 96, 0B and B6. RGB value is (150,11,182). Sum of RGB (Red+Green+Blue) = 150+11+182=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #960BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BB6 is #69F449. Grayscale: #474747. Windows color (decimal): -6943818 or 11930518. OLE color: 11930518.

HSL color Cylindrical-coordinate representation of color #960BB6: hue angle of 288.77º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960BB6 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 11 182 -
CMYK 0.18 0.94 0 0.29
HSL 288.77º 0.89% 0.38% -
HSV(B) 288.77º 0.94% 0.71% -
XYZ 21.14 10.1 45.09 -
YUV 72.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 150 11 182 0.18 0.94 0 0.29 288.77 0.89 0.38
Hex 96 B B6 12 5E 0 1D 121 59 26
Octal 226 13 266 22 136 0 35 441 131 46
Binary 10010110 1011 10110110 10010 1011110 0 11101 100100001 1011001 100110

Color Harmonies of #960BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BB6

Black with #960BB6

Text Example


Text Example

White with #960BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,11,182); }

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

background-color css

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

 a { background-color: rgb(150,11,182); }

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

border-color css

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

 span { border-color: rgb(150,11,182); }

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