#96098D

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

Shades of Dark Magenta #96098D

Tints of Dark Magenta #96098D

Color information

#96098D (or 0x96098D) is unknown color: approx Dark Magenta. HEX triplet: 96, 09 and 8D. RGB value is (150,9,141). Sum of RGB (Red+Green+Blue) = 150+9+141=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96098D is #69F672. Grayscale: #414141. Windows color (decimal): -6944371 or 9243030. OLE color: 9243030.

HSL color Cylindrical-coordinate representation of color #96098D: hue angle of 303.83º 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 #96098D is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB1509141-
CMYK00.940.060.41
HSL303.83º88.68%31.18%-
HSV(B)303.83º94%58.82%-
XYZ17.488.625.94-
YUV66.21170.21187.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 141 (55.47% from 255) = 47%
R=50%
G=3%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150914100.940.060.41303.8388.6831.18
Hex9698D05E629130591f
Octal22611215013665146013137
Binary1001011010011000110101011110110101001100110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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