Html Css Color HEX #98166F Eggplant

📋 copy color: '#98166F'

red 152 ◦ green 22 ◦ blue 111

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

Shades of Eggplant #98166F

Tints of Eggplant #98166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 53.33%
G = 7.72%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98166F (or 0x98166F) is known color: Eggplant. HEX triplet: 98, 16 and 6F. RGB value is (152,22,111). Sum of RGB (Red+Green+Blue) = 152+22+111=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98166F is #67E990. Grayscale: #464646. Windows color (decimal): -6810001 or 7280280. OLE color: 7280280.

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

Color convert

RGB 152 22 111 -
CMYK 0 0.86 0.27 0.40
HSL 318.92º 0.75% 0.34% -
HSV(B) 318.92º 0.86% 0.6% -
XYZ 16.11 8.4 15.81 -
YUV 71.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 152 22 111 0 0.86 0.27 0.40 318.92 0.75 0.34
Hex 98 16 6F 0 56 1B 28 13F 4B 22
Octal 230 26 157 0 126 33 50 477 113 42
Binary 10011000 10110 1101111 0 1010110 11011 101000 100111111 1001011 100010

Color Harmonies of #98166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98166F

Black with #98166F

Text Example


Text Example

White with #98166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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