Html Css Color HEX #981168 Eggplant

📋 copy color: '#981168'

red 152 ◦ green 17 ◦ blue 104

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

Shades of Eggplant #981168

Tints of Eggplant #981168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 55.68%
G = 6.23%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#981168 (or 0x981168) is known color: Eggplant. HEX triplet: 98, 11 and 68. RGB value is (152,17,104). Sum of RGB (Red+Green+Blue) = 152+17+104=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #981168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981168 is #67EE97. Grayscale: #434343. Windows color (decimal): -6811288 or 6820248. OLE color: 6820248.

HSL color Cylindrical-coordinate representation of color #981168: hue angle of 321.33º 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 #981168 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 104 -
CMYK 0 0.89 0.32 0.40
HSL 321.33º 0.8% 0.33% -
HSV(B) 321.33º 0.89% 0.6% -
XYZ 15.65 8.08 13.83 -
YUV 67.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 152 17 104 0 0.89 0.32 0.40 321.33 0.8 0.33
Hex 98 11 68 0 59 20 28 141 50 21
Octal 230 21 150 0 131 40 50 501 120 41
Binary 10011000 10001 1101000 0 1011001 100000 101000 101000001 1010000 100001

Color Harmonies of #981168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981168

Black with #981168

Text Example


Text Example

White with #981168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981168; }

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

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

background-color css

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

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

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

border-color css

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

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

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