Html Css Color HEX #960BBA Dark Violet

📋 copy color: '#960BBA'

red 150 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #960BBA

Tints of Dark Violet #960BBA

RGB

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

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

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

R = 43.23%
G = 3.17%
B = 53.6%

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

#960BBA (or 0x960BBA) is known color: Dark Violet. HEX triplet: 96, 0B and BA. RGB value is (150,11,186). Sum of RGB (Red+Green+Blue) = 150+11+186=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #960BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BBA is #69F445. Grayscale: #474747. Windows color (decimal): -6943814 or 12192662. OLE color: 12192662.

HSL color Cylindrical-coordinate representation of color #960BBA: hue angle of 287.66º degrees, saturation: 0.89, 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 #960BBA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 11 186 -
CMYK 0.19 0.94 0 0.27
HSL 287.66º 0.89% 0.39% -
HSV(B) 287.66º 0.94% 0.73% -
XYZ 21.56 10.27 47.3 -
YUV 72.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 150 11 186 0.19 0.94 0 0.27 287.66 0.89 0.39
Hex 96 B BA 13 5E 0 1B 120 59 27
Octal 226 13 272 23 136 0 33 440 131 47
Binary 10010110 1011 10111010 10011 1011110 0 11011 100100000 1011001 100111

Color Harmonies of #960BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BBA

Black with #960BBA

Text Example


Text Example

White with #960BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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