Html Css Color HEX #960BAC Dark Magenta

📋 copy color: '#960BAC'

red 150 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #960BAC

Tints of Dark Magenta #960BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 45.05%
G = 3.3%
B = 51.65%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#960BAC (or 0x960BAC) is known color: Dark Magenta. HEX triplet: 96, 0B and AC. RGB value is (150,11,172). Sum of RGB (Red+Green+Blue) = 150+11+172=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #960BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960BAC is #69F453. Grayscale: #464646. Windows color (decimal): -6943828 or 11275158. OLE color: 11275158.

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

Color convert

RGB 150 11 172 -
CMYK 0.13 0.94 0 0.33
HSL 291.8º 0.88% 0.36% -
HSV(B) 291.8º 0.94% 0.67% -
XYZ 20.14 9.7 39.84 -
YUV 70.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 150 11 172 0.13 0.94 0 0.33 291.8 0.88 0.36
Hex 96 B AC D 5E 0 21 124 58 24
Octal 226 13 254 15 136 0 41 444 130 44
Binary 10010110 1011 10101100 1101 1011110 0 100001 100100100 1011000 100100

Color Harmonies of #960BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BAC

Black with #960BAC

Text Example


Text Example

White with #960BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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