Html Css Color HEX #96097E Dark Magenta

📋 copy color: '#96097E'

red 150 ◦ green 9 ◦ blue 126

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

Shades of Dark Magenta #96097E

Tints of Dark Magenta #96097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 52.63%
G = 3.16%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96097E (or 0x96097E) is known color: Dark Magenta. HEX triplet: 96, 09 and 7E. RGB value is (150,9,126). Sum of RGB (Red+Green+Blue) = 150+9+126=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #96097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96097E is #69F681. Grayscale: #404040. Windows color (decimal): -6944386 or 8259990. OLE color: 8259990.

HSL color Cylindrical-coordinate representation of color #96097E: hue angle of 310.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96097E is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 126 -
CMYK 0 0.94 0.16 0.41
HSL 310.21º 0.89% 0.31% -
HSV(B) 310.21º 0.94% 0.59% -
XYZ 16.44 8.19 20.45 -
YUV 64.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 150 9 126 0 0.94 0.16 0.41 310.21 0.89 0.31
Hex 96 9 7E 0 5E 10 29 136 59 1F
Octal 226 11 176 0 136 20 51 466 131 37
Binary 10010110 1001 1111110 0 1011110 10000 101001 100110110 1011001 11111

Color Harmonies of #96097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96097E

Black with #96097E

Text Example


Text Example

White with #96097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96097E; }

 p { color: rgb(150,9,126); }

 H1.HeaderClassName
 {
   color: #96097E;
 }
 .AnyTagClassName
 {
   color: #96097E;
 }
</style>

background-color css

<style>
 a { background-color: #96097E; }

 a { background-color: rgb(150,9,126); }

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

border-color css

<style>
 span { border-color: #96097E; }

 span { border-color: rgb(150,9,126); }

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