#96099E

Color #96099E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #96099E

Tints of Dark Magenta #96099E

Color information

#96099E (or 0x96099E) is unknown color: approx Dark Magenta. HEX triplet: 96, 09 and 9E. RGB value is (150,9,158). Sum of RGB (Red+Green+Blue) = 150+9+158=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #96099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96099E is #69F661. Grayscale: #434343. Windows color (decimal): -6944354 or 10357142. OLE color: 10357142.

HSL color Cylindrical-coordinate representation of color #96099E: hue angle of 296.78º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96099E is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1509158-
CMYK0.050.9400.38
HSL296.78º89.22%32.75%-
HSV(B)296.78º94.3%61.96%-
XYZ18.859.1533.12-
YUV68.15178.71186.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 9 (3.91% from 255) = 2.84%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=47.32%
G=2.84%
B=49.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15091580.050.9400.38296.7889.2232.75
Hex9699E55E0261295921
Octal22611236513604645113141
Binary10010110100110011110101101111001001101001010011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96099E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96099E;
 }
 .AnyTagClassName
 {
   color: #96099E;
 }
</style>
background-color css

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

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

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

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

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

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