#98076D

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

Shades of Eggplant #98076D

Tints of Eggplant #98076D

Color information

#98076D (or 0x98076D) is unknown color: approx Eggplant. HEX triplet: 98, 07 and 6D. RGB value is (152,7,109). Sum of RGB (Red+Green+Blue) = 152+7+109=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98076D is #67F892. Grayscale: #3D3D3D. Windows color (decimal): -6813843 or 7145368. OLE color: 7145368.

HSL color Cylindrical-coordinate representation of color #98076D: hue angle of 317.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98076D is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB1527109-
CMYK00.950.280.40
HSL317.79º91.19%31.18%-
HSV(B)317.79º95.39%59.61%-
XYZ15.797.9315.17-
YUV61.98154.54192.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 7 (3.12% from 255) = 2.61%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=56.72%
G=2.61%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152710900.950.280.40317.7991.1931.18
Hex9876D05F1C2813e5b1f
Octal23071550137345047613337
Binary1001100011111011010101111111100101000100111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,7,109); }

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

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

 a { background-color: rgb(152,7,109); }

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

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

 span { border-color: rgb(152,7,109); }

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