Html Css Color HEX #981072 Eggplant

📋 copy color: '#981072'

red 152 ◦ green 16 ◦ blue 114

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

Shades of Eggplant #981072

Tints of Eggplant #981072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 53.9%
G = 5.67%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981072 (or 0x981072) is known color: Eggplant. HEX triplet: 98, 10 and 72. RGB value is (152,16,114). Sum of RGB (Red+Green+Blue) = 152+16+114=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #981072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981072 is #67EF8D. Grayscale: #434343. Windows color (decimal): -6811534 or 7475352. OLE color: 7475352.

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

Color convert

RGB 152 16 114 -
CMYK 0 0.89 0.25 0.40
HSL 316.76º 0.81% 0.33% -
HSV(B) 316.76º 0.89% 0.6% -
XYZ 16.17 8.26 16.66 -
YUV 67.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 152 16 114 0 0.89 0.25 0.40 316.76 0.81 0.33
Hex 98 10 72 0 59 19 28 13D 51 21
Octal 230 20 162 0 131 31 50 475 121 41
Binary 10011000 10000 1110010 0 1011001 11001 101000 100111101 1010001 100001

Color Harmonies of #981072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981072

Black with #981072

Text Example


Text Example

White with #981072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981072; }

 p { color: rgb(152,16,114); }

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

background-color css

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

 a { background-color: rgb(152,16,114); }

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

border-color css

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

 span { border-color: rgb(152,16,114); }

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