Html Css Color HEX #98176C Eggplant

📋 copy color: '#98176C'

red 152 ◦ green 23 ◦ blue 108

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

Shades of Eggplant #98176C

Tints of Eggplant #98176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.13%

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

R = 53.71%
G = 8.13%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98176C (or 0x98176C) is known color: Eggplant. HEX triplet: 98, 17 and 6C. RGB value is (152,23,108). Sum of RGB (Red+Green+Blue) = 152+23+108=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98176C is #67E893. Grayscale: #474747. Windows color (decimal): -6809748 or 7083928. OLE color: 7083928.

HSL color Cylindrical-coordinate representation of color #98176C: hue angle of 320.47º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98176C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 108 -
CMYK 0 0.85 0.29 0.40
HSL 320.47º 0.74% 0.34% -
HSV(B) 320.47º 0.85% 0.6% -
XYZ 15.96 8.37 14.96 -
YUV 71.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 152 23 108 0 0.85 0.29 0.40 320.47 0.74 0.34
Hex 98 17 6C 0 55 1D 28 140 4A 22
Octal 230 27 154 0 125 35 50 500 112 42
Binary 10011000 10111 1101100 0 1010101 11101 101000 101000000 1001010 100010

Color Harmonies of #98176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98176C

Black with #98176C

Text Example


Text Example

White with #98176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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