Html Css Color HEX #960BBE Dark Violet

📋 copy color: '#960BBE'

red 150 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #960BBE

Tints of Dark Violet #960BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 42.74%
G = 3.13%
B = 54.13%

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

#960BBE (or 0x960BBE) is known color: Dark Violet. HEX triplet: 96, 0B and BE. RGB value is (150,11,190). Sum of RGB (Red+Green+Blue) = 150+11+190=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #960BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BBE is #69F441. Grayscale: #484848. Windows color (decimal): -6943810 or 12454806. OLE color: 12454806.

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

Color convert

RGB 150 11 190 -
CMYK 0.21 0.94 0 0.25
HSL 286.59º 0.89% 0.39% -
HSV(B) 286.59º 0.94% 0.75% -
XYZ 21.99 10.44 49.57 -
YUV 72.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 150 11 190 0.21 0.94 0 0.25 286.59 0.89 0.39
Hex 96 B BE 15 5E 0 19 11F 59 27
Octal 226 13 276 25 136 0 31 437 131 47
Binary 10010110 1011 10111110 10101 1011110 0 11001 100011111 1011001 100111

Color Harmonies of #960BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BBE

Black with #960BBE

Text Example


Text Example

White with #960BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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