Html Css Color HEX #981073 Eggplant

📋 copy color: '#981073'

red 152 ◦ green 16 ◦ blue 115

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

Shades of Eggplant #981073

Tints of Eggplant #981073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 53.71%
G = 5.65%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981073 (or 0x981073) is known color: Eggplant. HEX triplet: 98, 10 and 73. RGB value is (152,16,115). Sum of RGB (Red+Green+Blue) = 152+16+115=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #981073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981073 is #67EF8C. Grayscale: #434343. Windows color (decimal): -6811533 or 7540888. OLE color: 7540888.

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

Color convert

RGB 152 16 115 -
CMYK 0 0.89 0.24 0.40
HSL 316.32º 0.81% 0.33% -
HSV(B) 316.32º 0.89% 0.6% -
XYZ 16.23 8.28 16.96 -
YUV 67.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 152 16 115 0 0.89 0.24 0.40 316.32 0.81 0.33
Hex 98 10 73 0 59 18 28 13C 51 21
Octal 230 20 163 0 131 30 50 474 121 41
Binary 10011000 10000 1110011 0 1011001 11000 101000 100111100 1010001 100001

Color Harmonies of #981073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981073

Black with #981073

Text Example


Text Example

White with #981073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981073; }

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

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

background-color css

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

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

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

border-color css

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

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

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