#98006C

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

Shades of Eggplant #98006C

Tints of Eggplant #98006C

Color information

#98006C (or 0x98006C) is unknown color: approx Eggplant. HEX triplet: 98, 00 and 6C. RGB value is (152,0,108). Sum of RGB (Red+Green+Blue) = 152+0+108=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98006C is #67FF93. Grayscale: #393939. Windows color (decimal): -6815636 or 7078040. OLE color: 7078040.

HSL color Cylindrical-coordinate representation of color #98006C: hue angle of 317.37º 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 #98006C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB1520108-
CMYK010.290.40
HSL317.37º100%29.8%-
HSV(B)317.37º100%59.61%-
XYZ15.667.7614.86-
YUV57.76156.36195.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=58.46%
G=0%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520108010.290.40317.3710029.8
Hex9806C0641D2813d641e
Octal23001540144355047514436
Binary10011000011011000110010011101101000100111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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