Html Css Color HEX #98116D Eggplant

📋 copy color: '#98116D'

red 152 ◦ green 17 ◦ blue 109

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

Shades of Eggplant #98116D

Tints of Eggplant #98116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 54.68%
G = 6.12%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98116D (or 0x98116D) is known color: Eggplant. HEX triplet: 98, 11 and 6D. RGB value is (152,17,109). Sum of RGB (Red+Green+Blue) = 152+17+109=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98116D is #67EE92. Grayscale: #434343. Windows color (decimal): -6811283 or 7147928. OLE color: 7147928.

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

Color convert

RGB 152 17 109 -
CMYK 0 0.89 0.28 0.40
HSL 319.11º 0.8% 0.33% -
HSV(B) 319.11º 0.89% 0.6% -
XYZ 15.91 8.18 15.21 -
YUV 67.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 152 17 109 0 0.89 0.28 0.40 319.11 0.8 0.33
Hex 98 11 6D 0 59 1C 28 13F 50 21
Octal 230 21 155 0 131 34 50 477 120 41
Binary 10011000 10001 1101101 0 1011001 11100 101000 100111111 1010000 100001

Color Harmonies of #98116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98116D

Black with #98116D

Text Example


Text Example

White with #98116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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