#98077B

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

Shades of Eggplant #98077B

Tints of Eggplant #98077B

Color information

#98077B (or 0x98077B) is unknown color: approx Eggplant. HEX triplet: 98, 07 and 7B. RGB value is (152,7,123). Sum of RGB (Red+Green+Blue) = 152+7+123=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98077B is #67F884. Grayscale: #3F3F3F. Windows color (decimal): -6813829 or 8062872. OLE color: 8062872.

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

Color convert

RGB1527123-
CMYK00.950.190.40
HSL312º91.19%31.18%-
HSV(B)312º95.39%59.61%-
XYZ16.68.2619.46-
YUV63.58161.54191.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 7 (3.12% from 255) = 2.48%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=53.90%
G=2.48%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152712300.950.190.4031291.1931.18
Hex9877B05F13281385b1f
Octal23071730137235047013337
Binary1001100011111110110101111110011101000100111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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