Html Css Color HEX #98116F Eggplant

📋 copy color: '#98116F'

red 152 ◦ green 17 ◦ blue 111

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

Shades of Eggplant #98116F

Tints of Eggplant #98116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 54.29%
G = 6.07%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98116F (or 0x98116F) is known color: Eggplant. HEX triplet: 98, 11 and 6F. RGB value is (152,17,111). Sum of RGB (Red+Green+Blue) = 152+17+111=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98116F is #67EE90. Grayscale: #434343. Windows color (decimal): -6811281 or 7279000. OLE color: 7279000.

HSL color Cylindrical-coordinate representation of color #98116F: hue angle of 318.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98116F is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 111 -
CMYK 0 0.89 0.27 0.40
HSL 318.22º 0.8% 0.33% -
HSV(B) 318.22º 0.89% 0.6% -
XYZ 16.02 8.22 15.78 -
YUV 68.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 152 17 111 0 0.89 0.27 0.40 318.22 0.8 0.33
Hex 98 11 6F 0 59 1B 28 13E 50 21
Octal 230 21 157 0 131 33 50 476 120 41
Binary 10011000 10001 1101111 0 1011001 11011 101000 100111110 1010000 100001

Color Harmonies of #98116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98116F

Black with #98116F

Text Example


Text Example

White with #98116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98116F; }

 p { color: rgb(152,17,111); }

 H1.HeaderClassName
 {
   color: #98116F;
 }
 .AnyTagClassName
 {
   color: #98116F;
 }
</style>

background-color css

<style>
 a { background-color: #98116F; }

 a { background-color: rgb(152,17,111); }

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

border-color css

<style>
 span { border-color: #98116F; }

 span { border-color: rgb(152,17,111); }

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