Html Css Color HEX #98136E Eggplant

📋 copy color: '#98136E'

red 152 ◦ green 19 ◦ blue 110

#98136E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #98136E

Tints of Eggplant #98136E

RGB

 RED value IS 152 (59.77% from 255) = 54.09%

 GREEN value IS 19 (7.81% from 255) = 6.76%

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 54.09%
G = 6.76%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98136E (or 0x98136E) is known color: Eggplant. HEX triplet: 98, 13 and 6E. RGB value is (152,19,110). Sum of RGB (Red+Green+Blue) = 152+19+110=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98136E is #67EC91. Grayscale: #444444. Windows color (decimal): -6810770 or 7213976. OLE color: 7213976.

HSL color Cylindrical-coordinate representation of color #98136E: hue angle of 318.95º 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 #98136E is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 110 -
CMYK 0 0.87 0.28 0.40
HSL 318.95º 0.78% 0.34% -
HSV(B) 318.95º 0.88% 0.6% -
XYZ 16 8.27 15.5 -
YUV 69.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 152 19 110 0 0.87 0.28 0.40 318.95 0.78 0.34
Hex 98 13 6E 0 57 1C 28 13F 4E 22
Octal 230 23 156 0 127 34 50 477 116 42
Binary 10011000 10011 1101110 0 1010111 11100 101000 100111111 1001110 100010

Color Harmonies of #98136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98136E

Black with #98136E

Text Example


Text Example

White with #98136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98136E;
 }
 .AnyTagClassName
 {
   color: #98136E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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