Html Css Color HEX #960BAE Dark Magenta

📋 copy color: '#960BAE'

red 150 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #960BAE

Tints of Dark Magenta #960BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 44.78%
G = 3.28%
B = 51.94%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#960BAE (or 0x960BAE) is known color: Dark Magenta. HEX triplet: 96, 0B and AE. RGB value is (150,11,174). Sum of RGB (Red+Green+Blue) = 150+11+174=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #960BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960BAE is #69F451. Grayscale: #464646. Windows color (decimal): -6943826 or 11406230. OLE color: 11406230.

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

Color convert

RGB 150 11 174 -
CMYK 0.14 0.94 0 0.32
HSL 291.17º 0.88% 0.36% -
HSV(B) 291.17º 0.94% 0.68% -
XYZ 20.34 9.78 40.86 -
YUV 71.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 150 11 174 0.14 0.94 0 0.32 291.17 0.88 0.36
Hex 96 B AE E 5E 0 20 123 58 24
Octal 226 13 256 16 136 0 40 443 130 44
Binary 10010110 1011 10101110 1110 1011110 0 100000 100100011 1011000 100100

Color Harmonies of #960BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BAE

Black with #960BAE

Text Example


Text Example

White with #960BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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