#98025D

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

Shades of Eggplant #98025D

Tints of Eggplant #98025D

Color information

#98025D (or 0x98025D) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 5D. RGB value is (152,2,93). Sum of RGB (Red+Green+Blue) = 152+2+93=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98025D is #67FDA2. Grayscale: #393939. Windows color (decimal): -6815139 or 6095512. OLE color: 6095512.

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

Color convert

RGB152293-
CMYK00.990.390.40
HSL323.6º97.4%30.2%-
HSV(B)323.6º98.68%59.61%-
XYZ14.957.5111.02-
YUV57.22148.2195.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=61.54%
G=0.81%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15229300.990.390.40323.697.430.2
Hex9825D0632728144611e
Octal23021350143475050414136
Binary1001100010101110101100011100111101000101000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,2,93); }

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

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

 a { background-color: rgb(152,2,93); }

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

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

 span { border-color: rgb(152,2,93); }

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