Html Css Color HEX #960BCB Dark Violet

📋 copy color: '#960BCB'

red 150 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #960BCB

Tints of Dark Violet #960BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 41.21%
G = 3.02%
B = 55.77%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#960BCB (or 0x960BCB) is known color: Dark Violet. HEX triplet: 96, 0B and CB. RGB value is (150,11,203). Sum of RGB (Red+Green+Blue) = 150+11+203=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #960BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BCB is #69F434. Grayscale: #494949. Windows color (decimal): -6943797 or 13306774. OLE color: 13306774.

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

Color convert

RGB 150 11 203 -
CMYK 0.26 0.95 0 0.20
HSL 283.44º 0.9% 0.42% -
HSV(B) 283.44º 0.95% 0.8% -
XYZ 23.48 11.04 57.39 -
YUV 74.45 200.55 181.89 -
System Red Green Blue C M Y K H S L
Decimal 150 11 203 0.26 0.95 0 0.20 283.44 0.9 0.42
Hex 96 B CB 1A 5F 0 14 11B 5A 2A
Octal 226 13 313 32 137 0 24 433 132 52
Binary 10010110 1011 11001011 11010 1011111 0 10100 100011011 1011010 101010

Color Harmonies of #960BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BCB

Black with #960BCB

Text Example


Text Example

White with #960BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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