Html Css Color HEX #98116B Eggplant

📋 copy color: '#98116B'

red 152 ◦ green 17 ◦ blue 107

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

Shades of Eggplant #98116B

Tints of Eggplant #98116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 55.07%
G = 6.16%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98116B (or 0x98116B) is known color: Eggplant. HEX triplet: 98, 11 and 6B. RGB value is (152,17,107). Sum of RGB (Red+Green+Blue) = 152+17+107=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98116B is #67EE94. Grayscale: #434343. Windows color (decimal): -6811285 or 7016856. OLE color: 7016856.

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

Color convert

RGB 152 17 107 -
CMYK 0 0.89 0.30 0.40
HSL 320º 0.8% 0.33% -
HSV(B) 320º 0.89% 0.6% -
XYZ 15.8 8.14 14.65 -
YUV 67.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 152 17 107 0 0.89 0.30 0.40 320 0.8 0.33
Hex 98 11 6B 0 59 1E 28 140 50 21
Octal 230 21 153 0 131 36 50 500 120 41
Binary 10011000 10001 1101011 0 1011001 11110 101000 101000000 1010000 100001

Color Harmonies of #98116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98116B

Black with #98116B

Text Example


Text Example

White with #98116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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