#98136B

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

Shades of Eggplant #98136B

Tints of Eggplant #98136B

Color information

#98136B (or 0x98136B) is unknown color: approx Eggplant. HEX triplet: 98, 13 and 6B. RGB value is (152,19,107). Sum of RGB (Red+Green+Blue) = 152+19+107=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98136B is #67EC94. Grayscale: #444444. Windows color (decimal): -6810773 or 7017368. OLE color: 7017368.

HSL color Cylindrical-coordinate representation of color #98136B: hue angle of 320.3º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98136B is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15219107-
CMYK00.870.300.40
HSL320.3º77.78%33.53%-
HSV(B)320.3º87.5%59.61%-
XYZ15.848.214.66-
YUV68.8149.56187.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=54.68%
G=6.83%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521910700.870.300.40320.377.7833.53
Hex98136B0571E281404e22
Octal230231530127365050011642
Binary1001100010011110101101010111111101010001010000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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