#98006A

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

Shades of Eggplant #98006A

Tints of Eggplant #98006A

Color information

#98006A (or 0x98006A) is unknown color: approx Eggplant. HEX triplet: 98, 00 and 6A. RGB value is (152,0,106). Sum of RGB (Red+Green+Blue) = 152+0+106=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #98006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98006A is #67FF95. Grayscale: #393939. Windows color (decimal): -6815638 or 6946968. OLE color: 6946968.

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

Color convert

RGB1520106-
CMYK010.300.40
HSL318.16º100%29.8%-
HSV(B)318.16º100%59.61%-
XYZ15.557.7214.31-
YUV57.53155.36195.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=58.91%
G=0%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520106010.300.40318.1610029.8
Hex9806A0641E2813e641e
Octal23001520144365047614436
Binary10011000011010100110010011110101000100111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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