Html Css Color HEX #980A70 Eggplant

📋 copy color: '#980A70'

red 152 ◦ green 10 ◦ blue 112

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

Shades of Eggplant #980A70

Tints of Eggplant #980A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 55.47%
G = 3.65%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980A70 (or 0x980A70) is known color: Eggplant. HEX triplet: 98, 0A and 70. RGB value is (152,10,112). Sum of RGB (Red+Green+Blue) = 152+10+112=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #980A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A70 is #67F58F. Grayscale: #3F3F3F. Windows color (decimal): -6813072 or 7342744. OLE color: 7342744.

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

Color convert

RGB 152 10 112 -
CMYK 0 0.93 0.26 0.40
HSL 316.9º 0.88% 0.32% -
HSV(B) 316.9º 0.93% 0.6% -
XYZ 15.98 8.06 16.04 -
YUV 64.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 152 10 112 0 0.93 0.26 0.40 316.9 0.88 0.32
Hex 98 A 70 0 5D 1A 28 13D 58 20
Octal 230 12 160 0 135 32 50 475 130 40
Binary 10011000 1010 1110000 0 1011101 11010 101000 100111101 1011000 100000

Color Harmonies of #980A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A70

Black with #980A70

Text Example


Text Example

White with #980A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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