#98088E

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

Shades of Dark Magenta #98088E

Tints of Dark Magenta #98088E

Color information

#98088E (or 0x98088E) is unknown color: approx Dark Magenta. HEX triplet: 98, 08 and 8E. RGB value is (152,8,142). Sum of RGB (Red+Green+Blue) = 152+8+142=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #98088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98088E is #67F771. Grayscale: #414141. Windows color (decimal): -6813554 or 9308312. OLE color: 9308312.

HSL color Cylindrical-coordinate representation of color #98088E: hue angle of 304.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98088E is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB1528142-
CMYK00.950.070.40
HSL304.17º90%31.37%-
HSV(B)304.17º94.74%59.61%-
XYZ17.928.826.35-
YUV66.33170.71189.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 8 (3.52% from 255) = 2.65%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=50.33%
G=2.65%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152814200.950.070.40304.179031.37
Hex9888E05F7281305a1f
Octal23010216013775046013237
Binary1001100010001000111001011111111101000100110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,8,142); }

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

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

 a { background-color: rgb(152,8,142); }

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

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

 span { border-color: rgb(152,8,142); }

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