Html Css Color HEX #98186C Eggplant

📋 copy color: '#98186C'

red 152 ◦ green 24 ◦ blue 108

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

Shades of Eggplant #98186C

Tints of Eggplant #98186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

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

R = 53.52%
G = 8.45%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98186C (or 0x98186C) is known color: Eggplant. HEX triplet: 98, 18 and 6C. RGB value is (152,24,108). Sum of RGB (Red+Green+Blue) = 152+24+108=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98186C is #67E793. Grayscale: #474747. Windows color (decimal): -6809492 or 7084184. OLE color: 7084184.

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

Color convert

RGB 152 24 108 -
CMYK 0 0.84 0.29 0.40
HSL 320.63º 0.73% 0.35% -
HSV(B) 320.63º 0.84% 0.6% -
XYZ 15.98 8.41 14.97 -
YUV 71.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 152 24 108 0 0.84 0.29 0.40 320.63 0.73 0.35
Hex 98 18 6C 0 54 1D 28 141 49 23
Octal 230 30 154 0 124 35 50 501 111 43
Binary 10011000 11000 1101100 0 1010100 11101 101000 101000001 1001001 100011

Color Harmonies of #98186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98186C

Black with #98186C

Text Example


Text Example

White with #98186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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