Html Css Color HEX #98166C Eggplant

📋 copy color: '#98166C'

red 152 ◦ green 22 ◦ blue 108

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

Shades of Eggplant #98166C

Tints of Eggplant #98166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 53.9%
G = 7.8%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98166C (or 0x98166C) is known color: Eggplant. HEX triplet: 98, 16 and 6C. RGB value is (152,22,108). Sum of RGB (Red+Green+Blue) = 152+22+108=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98166C is #67E993. Grayscale: #464646. Windows color (decimal): -6810004 or 7083672. OLE color: 7083672.

HSL color Cylindrical-coordinate representation of color #98166C: hue angle of 320.31º 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 #98166C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 108 -
CMYK 0 0.86 0.29 0.40
HSL 320.31º 0.75% 0.34% -
HSV(B) 320.31º 0.86% 0.6% -
XYZ 15.94 8.33 14.96 -
YUV 70.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 152 22 108 0 0.86 0.29 0.40 320.31 0.75 0.34
Hex 98 16 6C 0 56 1D 28 140 4B 22
Octal 230 26 154 0 126 35 50 500 113 42
Binary 10011000 10110 1101100 0 1010110 11101 101000 101000000 1001011 100010

Color Harmonies of #98166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98166C

Black with #98166C

Text Example


Text Example

White with #98166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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