Html Css Color HEX #96119D Dark Magenta

📋 copy color: '#96119D'

red 150 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #96119D

Tints of Dark Magenta #96119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 46.3%
G = 5.25%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96119D (or 0x96119D) is known color: Dark Magenta. HEX triplet: 96, 11 and 9D. RGB value is (150,17,157). Sum of RGB (Red+Green+Blue) = 150+17+157=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #96119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96119D is #69EE62. Grayscale: #484848. Windows color (decimal): -6942307 or 10293654. OLE color: 10293654.

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

Color convert

RGB 150 17 157 -
CMYK 0.04 0.89 0 0.38
HSL 297º 0.8% 0.34% -
HSV(B) 297º 0.89% 0.62% -
XYZ 18.86 9.32 32.7 -
YUV 72.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 150 17 157 0.04 0.89 0 0.38 297 0.8 0.34
Hex 96 11 9D 4 59 0 26 129 50 22
Octal 226 21 235 4 131 0 46 451 120 42
Binary 10010110 10001 10011101 100 1011001 0 100110 100101001 1010000 100010

Color Harmonies of #96119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96119D

Black with #96119D

Text Example


Text Example

White with #96119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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