#98067D

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

Shades of Dark Magenta #98067D

Tints of Dark Magenta #98067D

Color information

#98067D (or 0x98067D) is unknown color: approx Dark Magenta. HEX triplet: 98, 06 and 7D. RGB value is (152,6,125). Sum of RGB (Red+Green+Blue) = 152+6+125=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98067D is #67F982. Grayscale: #3E3E3E. Windows color (decimal): -6814083 or 8193688. OLE color: 8193688.

HSL color Cylindrical-coordinate representation of color #98067D: hue angle of 311.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98067D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB1526125-
CMYK00.960.180.40
HSL311.1º92.41%30.98%-
HSV(B)311.1º96.05%59.61%-
XYZ16.728.2920.12-
YUV63.22162.87191.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=53.71%
G=2.12%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152612500.960.180.40311.192.4130.98
Hex9867D06012281375c1f
Octal23061750140225046713437
Binary1001100011011111010110000010010101000100110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,6,125); }

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

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

 a { background-color: rgb(152,6,125); }

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

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

 span { border-color: rgb(152,6,125); }

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