#98006D

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

Shades of Eggplant #98006D

Tints of Eggplant #98006D

Color information

#98006D (or 0x98006D) is unknown color: approx Eggplant. HEX triplet: 98, 00 and 6D. RGB value is (152,0,109). Sum of RGB (Red+Green+Blue) = 152+0+109=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98006D is #67FF92. Grayscale: #393939. Windows color (decimal): -6815635 or 7143576. OLE color: 7143576.

HSL color Cylindrical-coordinate representation of color #98006D: hue angle of 316.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98006D is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB1520109-
CMYK010.280.40
HSL316.97º100%29.8%-
HSV(B)316.97º100%59.61%-
XYZ15.717.7815.14-
YUV57.87156.86195.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=58.24%
G=0%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520109010.280.40316.9710029.8
Hex9806D0641C2813d641e
Octal23001550144345047514436
Binary10011000011011010110010011100101000100111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,0,109); }

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

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

 a { background-color: rgb(152,0,109); }

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

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

 span { border-color: rgb(152,0,109); }

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