#98025C

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

Shades of Eggplant #98025C

Tints of Eggplant #98025C

Color information

#98025C (or 0x98025C) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 5C. RGB value is (152,2,92). Sum of RGB (Red+Green+Blue) = 152+2+92=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98025C is #67FDA3. Grayscale: #383838. Windows color (decimal): -6815140 or 6029976. OLE color: 6029976.

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

Color convert

RGB152292-
CMYK00.990.390.40
HSL324º97.4%30.2%-
HSV(B)324º98.68%59.61%-
XYZ14.97.4910.79-
YUV57.11147.7195.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=61.79%
G=0.81%
B=37.40%

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
Decimal15229200.990.390.4032497.430.2
Hex9825C0632728144611e
Octal23021340143475050414136
Binary1001100010101110001100011100111101000101000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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