Html Css Color HEX #960BAF Dark Violet

📋 copy color: '#960BAF'

red 150 ◦ green 11 ◦ blue 175

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

Shades of Dark Violet #960BAF

Tints of Dark Violet #960BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.08%

R = 44.64%
G = 3.27%
B = 52.08%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#960BAF (or 0x960BAF) is known color: Dark Violet. HEX triplet: 96, 0B and AF. RGB value is (150,11,175). Sum of RGB (Red+Green+Blue) = 150+11+175=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #960BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960BAF is #69F450. Grayscale: #464646. Windows color (decimal): -6943825 or 11471766. OLE color: 11471766.

HSL color Cylindrical-coordinate representation of color #960BAF: hue angle of 290.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960BAF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 11 175 -
CMYK 0.14 0.94 0 0.31
HSL 290.85º 0.88% 0.36% -
HSV(B) 290.85º 0.94% 0.69% -
XYZ 20.44 9.82 41.38 -
YUV 71.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 150 11 175 0.14 0.94 0 0.31 290.85 0.88 0.36
Hex 96 B AF E 5E 0 1F 123 58 24
Octal 226 13 257 16 136 0 37 443 130 44
Binary 10010110 1011 10101111 1110 1011110 0 11111 100100011 1011000 100100

Color Harmonies of #960BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BAF

Black with #960BAF

Text Example


Text Example

White with #960BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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