Html Css Color HEX #981071 Eggplant

📋 copy color: '#981071'

red 152 ◦ green 16 ◦ blue 113

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

Shades of Eggplant #981071

Tints of Eggplant #981071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 54.09%
G = 5.69%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981071 (or 0x981071) is known color: Eggplant. HEX triplet: 98, 10 and 71. RGB value is (152,16,113). Sum of RGB (Red+Green+Blue) = 152+16+113=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #981071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981071 is #67EF8E. Grayscale: #434343. Windows color (decimal): -6811535 or 7409816. OLE color: 7409816.

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

Color convert

RGB 152 16 113 -
CMYK 0 0.89 0.26 0.40
HSL 317.21º 0.81% 0.33% -
HSV(B) 317.21º 0.89% 0.6% -
XYZ 16.11 8.24 16.36 -
YUV 67.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 152 16 113 0 0.89 0.26 0.40 317.21 0.81 0.33
Hex 98 10 71 0 59 1A 28 13D 51 21
Octal 230 20 161 0 131 32 50 475 121 41
Binary 10011000 10000 1110001 0 1011001 11010 101000 100111101 1010001 100001

Color Harmonies of #981071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981071

Black with #981071

Text Example


Text Example

White with #981071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981071; }

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

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

background-color css

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

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

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

border-color css

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

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

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