Html Css Color HEX #98196D Eggplant

📋 copy color: '#98196D'

red 152 ◦ green 25 ◦ blue 109

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

Shades of Eggplant #98196D

Tints of Eggplant #98196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 53.15%
G = 8.74%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98196D (or 0x98196D) is known color: Eggplant. HEX triplet: 98, 19 and 6D. RGB value is (152,25,109). Sum of RGB (Red+Green+Blue) = 152+25+109=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #98196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98196D is #67E692. Grayscale: #484848. Windows color (decimal): -6809235 or 7149976. OLE color: 7149976.

HSL color Cylindrical-coordinate representation of color #98196D: hue angle of 320.31º degrees, saturation: 0.72, 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 #98196D is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 109 -
CMYK 0 0.84 0.28 0.40
HSL 320.32º 0.72% 0.35% -
HSV(B) 320.32º 0.84% 0.6% -
XYZ 16.06 8.47 15.26 -
YUV 72.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 152 25 109 0 0.84 0.28 0.40 320.32 0.72 0.35
Hex 98 19 6D 0 54 1C 28 140 48 23
Octal 230 31 155 0 124 34 50 500 110 43
Binary 10011000 11001 1101101 0 1010100 11100 101000 101000000 1001000 100011

Color Harmonies of #98196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98196D

Black with #98196D

Text Example


Text Example

White with #98196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98196D; }

 p { color: rgb(152,25,109); }

 H1.HeaderClassName
 {
   color: #98196D;
 }
 .AnyTagClassName
 {
   color: #98196D;
 }
</style>

background-color css

<style>
 a { background-color: #98196D; }

 a { background-color: rgb(152,25,109); }

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

border-color css

<style>
 span { border-color: #98196D; }

 span { border-color: rgb(152,25,109); }

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