Html Css Color HEX #960BBF Dark Violet

📋 copy color: '#960BBF'

red 150 ◦ green 11 ◦ blue 191

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

Shades of Dark Violet #960BBF

Tints of Dark Violet #960BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 42.61%
G = 3.13%
B = 54.26%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#960BBF (or 0x960BBF) is known color: Dark Violet. HEX triplet: 96, 0B and BF. RGB value is (150,11,191). Sum of RGB (Red+Green+Blue) = 150+11+191=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #960BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BBF is #69F440. Grayscale: #484848. Windows color (decimal): -6943809 or 12520342. OLE color: 12520342.

HSL color Cylindrical-coordinate representation of color #960BBF: hue angle of 286.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960BBF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 11 191 -
CMYK 0.21 0.94 0 0.25
HSL 286.33º 0.89% 0.4% -
HSV(B) 286.33º 0.94% 0.75% -
XYZ 22.1 10.48 50.15 -
YUV 73.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 150 11 191 0.21 0.94 0 0.25 286.33 0.89 0.4
Hex 96 B BF 15 5E 0 19 11E 59 28
Octal 226 13 277 25 136 0 31 436 131 50
Binary 10010110 1011 10111111 10101 1011110 0 11001 100011110 1011001 101000

Color Harmonies of #960BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BBF

Black with #960BBF

Text Example


Text Example

White with #960BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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