#98006B

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

Shades of Eggplant #98006B

Tints of Eggplant #98006B

Color information

#98006B (or 0x98006B) is unknown color: approx Eggplant. HEX triplet: 98, 00 and 6B. RGB value is (152,0,107). Sum of RGB (Red+Green+Blue) = 152+0+107=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #98006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98006B is #67FF94. Grayscale: #393939. Windows color (decimal): -6815637 or 7012504. OLE color: 7012504.

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

Color convert

RGB1520107-
CMYK010.300.40
HSL317.76º100%29.8%-
HSV(B)317.76º100%59.61%-
XYZ15.67.7414.58-
YUV57.65155.86195.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=58.69%
G=0%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1520107010.300.40317.7610029.8
Hex9806B0641E2813e641e
Octal23001530144365047614436
Binary10011000011010110110010011110101000100111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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