Html Css Color HEX #960B99 Dark Magenta

📋 copy color: '#960B99'

red 150 ◦ green 11 ◦ blue 153

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

Shades of Dark Magenta #960B99

Tints of Dark Magenta #960B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 47.77%
G = 3.5%
B = 48.73%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#960B99 (or 0x960B99) is known color: Dark Magenta. HEX triplet: 96, 0B and 99. RGB value is (150,11,153). Sum of RGB (Red+Green+Blue) = 150+11+153=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #960B99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960B99 is #69F466. Grayscale: #444444. Windows color (decimal): -6943847 or 10029974. OLE color: 10029974.

HSL color Cylindrical-coordinate representation of color #960B99: hue angle of 298.73º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B99 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 11 153 -
CMYK 0.02 0.93 0 0.4
HSL 298.73º 0.87% 0.32% -
HSV(B) 298.73º 0.93% 0.6% -
XYZ 18.45 9.02 30.91 -
YUV 68.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 150 11 153 0.02 0.93 0 0.4 298.73 0.87 0.32
Hex 96 B 99 2 5D 0 28 12B 57 20
Octal 226 13 231 2 135 0 50 453 127 40
Binary 10010110 1011 10011001 10 1011101 0 101000 100101011 1010111 100000

Color Harmonies of #960B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960B99

Black with #960B99

Text Example


Text Example

White with #960B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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