Html Css Color HEX #981272 Eggplant

📋 copy color: '#981272'

red 152 ◦ green 18 ◦ blue 114

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

Shades of Eggplant #981272

Tints of Eggplant #981272

RGB

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

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

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

R = 53.52%
G = 6.34%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981272 (or 0x981272) is known color: Eggplant. HEX triplet: 98, 12 and 72. RGB value is (152,18,114). Sum of RGB (Red+Green+Blue) = 152+18+114=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #981272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981272 is #67ED8D. Grayscale: #444444. Windows color (decimal): -6811022 or 7475864. OLE color: 7475864.

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

Color convert

RGB 152 18 114 -
CMYK 0 0.88 0.25 0.40
HSL 317.01º 0.79% 0.33% -
HSV(B) 317.01º 0.88% 0.6% -
XYZ 16.2 8.32 16.67 -
YUV 69.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 152 18 114 0 0.88 0.25 0.40 317.01 0.79 0.33
Hex 98 12 72 0 58 19 28 13D 4F 21
Octal 230 22 162 0 130 31 50 475 117 41
Binary 10011000 10010 1110010 0 1011000 11001 101000 100111101 1001111 100001

Color Harmonies of #981272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981272

Black with #981272

Text Example


Text Example

White with #981272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981272; }

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

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

background-color css

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

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

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

border-color css

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

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

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