#98056B

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

Shades of Eggplant #98056B

Tints of Eggplant #98056B

Color information

#98056B (or 0x98056B) is unknown color: approx Eggplant. HEX triplet: 98, 05 and 6B. RGB value is (152,5,107). Sum of RGB (Red+Green+Blue) = 152+5+107=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98056B is #67FA94. Grayscale: #3C3C3C. Windows color (decimal): -6814357 or 7013784. OLE color: 7013784.

HSL color Cylindrical-coordinate representation of color #98056B: hue angle of 318.37º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98056B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB1525107-
CMYK00.970.300.40
HSL318.37º93.63%30.78%-
HSV(B)318.37º96.71%59.61%-
XYZ15.667.8514.6-
YUV60.58154.2193.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=57.58%
G=1.89%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152510700.970.300.40318.3793.6330.78
Hex9856B0611E2813e5e1f
Octal23051530141365047613637
Binary1001100010111010110110000111110101000100111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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