Html Css Color HEX #981175 Eggplant

📋 copy color: '#981175'

red 152 ◦ green 17 ◦ blue 117

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

Shades of Eggplant #981175

Tints of Eggplant #981175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.94%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 53.15%
G = 5.94%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#981175 (or 0x981175) is known color: Eggplant. HEX triplet: 98, 11 and 75. RGB value is (152,17,117). Sum of RGB (Red+Green+Blue) = 152+17+117=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #981175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981175 is #67EE8A. Grayscale: #444444. Windows color (decimal): -6811275 or 7672216. OLE color: 7672216.

HSL color Cylindrical-coordinate representation of color #981175: hue angle of 315.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981175 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 117 -
CMYK 0 0.89 0.23 0.40
HSL 315.56º 0.8% 0.33% -
HSV(B) 315.56º 0.89% 0.6% -
XYZ 16.36 8.36 17.58 -
YUV 68.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 152 17 117 0 0.89 0.23 0.40 315.56 0.8 0.33
Hex 98 11 75 0 59 17 28 13C 50 21
Octal 230 21 165 0 131 27 50 474 120 41
Binary 10011000 10001 1110101 0 1011001 10111 101000 100111100 1010000 100001

Color Harmonies of #981175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981175

Black with #981175

Text Example


Text Example

White with #981175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981175; }

 p { color: rgb(152,17,117); }

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

background-color css

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

 a { background-color: rgb(152,17,117); }

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

border-color css

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

 span { border-color: rgb(152,17,117); }

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