Html Css Color HEX #980970 Eggplant

📋 copy color: '#980970'

red 152 ◦ green 9 ◦ blue 112

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

Shades of Eggplant #980970

Tints of Eggplant #980970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 55.68%
G = 3.3%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980970 (or 0x980970) is known color: Eggplant. HEX triplet: 98, 09 and 70. RGB value is (152,9,112). Sum of RGB (Red+Green+Blue) = 152+9+112=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980970 is #67F68F. Grayscale: #3F3F3F. Windows color (decimal): -6813328 or 7342488. OLE color: 7342488.

HSL color Cylindrical-coordinate representation of color #980970: hue angle of 316.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980970 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 112 -
CMYK 0 0.94 0.26 0.40
HSL 316.78º 0.89% 0.32% -
HSV(B) 316.78º 0.94% 0.6% -
XYZ 15.97 8.04 16.04 -
YUV 63.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 152 9 112 0 0.94 0.26 0.40 316.78 0.89 0.32
Hex 98 9 70 0 5E 1A 28 13D 59 20
Octal 230 11 160 0 136 32 50 475 131 40
Binary 10011000 1001 1110000 0 1011110 11010 101000 100111101 1011001 100000

Color Harmonies of #980970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980970

Black with #980970

Text Example


Text Example

White with #980970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980970; }

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

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

background-color css

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

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

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

border-color css

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

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

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