Html Css Color HEX #981273 Eggplant

📋 copy color: '#981273'

red 152 ◦ green 18 ◦ blue 115

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

Shades of Eggplant #981273

Tints of Eggplant #981273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 53.33%
G = 6.32%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#981273 (or 0x981273) is known color: Eggplant. HEX triplet: 98, 12 and 73. RGB value is (152,18,115). Sum of RGB (Red+Green+Blue) = 152+18+115=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #981273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981273 is #67ED8C. Grayscale: #444444. Windows color (decimal): -6811021 or 7541400. OLE color: 7541400.

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

Color convert

RGB 152 18 115 -
CMYK 0 0.88 0.24 0.40
HSL 316.57º 0.79% 0.33% -
HSV(B) 316.57º 0.88% 0.6% -
XYZ 16.26 8.35 16.97 -
YUV 69.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 152 18 115 0 0.88 0.24 0.40 316.57 0.79 0.33
Hex 98 12 73 0 58 18 28 13D 4F 21
Octal 230 22 163 0 130 30 50 475 117 41
Binary 10011000 10010 1110011 0 1011000 11000 101000 100111101 1001111 100001

Color Harmonies of #981273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981273

Black with #981273

Text Example


Text Example

White with #981273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981273; }

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

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

background-color css

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

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

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

border-color css

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

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

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