Html Css Color HEX #96119B Dark Magenta

📋 copy color: '#96119B'

red 150 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #96119B

Tints of Dark Magenta #96119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 46.58%
G = 5.28%
B = 48.14%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96119B (or 0x96119B) is known color: Dark Magenta. HEX triplet: 96, 11 and 9B. RGB value is (150,17,155). Sum of RGB (Red+Green+Blue) = 150+17+155=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #96119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96119B is #69EE64. Grayscale: #484848. Windows color (decimal): -6942309 or 10162582. OLE color: 10162582.

HSL color Cylindrical-coordinate representation of color #96119B: hue angle of 297.83º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96119B is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 17 155 -
CMYK 0.03 0.89 0 0.39
HSL 297.83º 0.8% 0.34% -
HSV(B) 297.83º 0.89% 0.61% -
XYZ 18.69 9.25 31.81 -
YUV 72.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 150 17 155 0.03 0.89 0 0.39 297.83 0.8 0.34
Hex 96 11 9B 3 59 0 27 12A 50 22
Octal 226 21 233 3 131 0 47 452 120 42
Binary 10010110 10001 10011011 11 1011001 0 100111 100101010 1010000 100010

Color Harmonies of #96119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96119B

Black with #96119B

Text Example


Text Example

White with #96119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96119B; }

 p { color: rgb(150,17,155); }

 H1.HeaderClassName
 {
   color: #96119B;
 }
 .AnyTagClassName
 {
   color: #96119B;
 }
</style>

background-color css

<style>
 a { background-color: #96119B; }

 a { background-color: rgb(150,17,155); }

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

border-color css

<style>
 span { border-color: #96119B; }

 span { border-color: rgb(150,17,155); }

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