Html Css Color HEX #981270 Eggplant

📋 copy color: '#981270'

red 152 ◦ green 18 ◦ blue 112

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

Shades of Eggplant #981270

Tints of Eggplant #981270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 53.9%
G = 6.38%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981270 (or 0x981270) is known color: Eggplant. HEX triplet: 98, 12 and 70. RGB value is (152,18,112). Sum of RGB (Red+Green+Blue) = 152+18+112=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #981270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981270 is #67ED8F. Grayscale: #444444. Windows color (decimal): -6811024 or 7344792. OLE color: 7344792.

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

Color convert

RGB 152 18 112 -
CMYK 0 0.88 0.26 0.40
HSL 317.91º 0.79% 0.33% -
HSV(B) 317.91º 0.88% 0.6% -
XYZ 16.09 8.28 16.08 -
YUV 68.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 152 18 112 0 0.88 0.26 0.40 317.91 0.79 0.33
Hex 98 12 70 0 58 1A 28 13E 4F 21
Octal 230 22 160 0 130 32 50 476 117 41
Binary 10011000 10010 1110000 0 1011000 11010 101000 100111110 1001111 100001

Color Harmonies of #981270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981270

Black with #981270

Text Example


Text Example

White with #981270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981270; }

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

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

background-color css

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

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

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

border-color css

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

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

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