Html Css Color HEX #980A73 Eggplant

📋 copy color: '#980A73'

red 152 ◦ green 10 ◦ blue 115

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

Shades of Eggplant #980A73

Tints of Eggplant #980A73

RGB

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

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

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

R = 54.87%
G = 3.61%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#980A73 (or 0x980A73) is known color: Eggplant. HEX triplet: 98, 0A and 73. RGB value is (152,10,115). Sum of RGB (Red+Green+Blue) = 152+10+115=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #980A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A73 is #67F58C. Grayscale: #404040. Windows color (decimal): -6813069 or 7539352. OLE color: 7539352.

HSL color Cylindrical-coordinate representation of color #980A73: hue angle of 315.63º 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 #980A73 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 115 -
CMYK 0 0.93 0.24 0.40
HSL 315.63º 0.88% 0.32% -
HSV(B) 315.63º 0.93% 0.6% -
XYZ 16.15 8.13 16.94 -
YUV 64.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 152 10 115 0 0.93 0.24 0.40 315.63 0.88 0.32
Hex 98 A 73 0 5D 18 28 13C 58 20
Octal 230 12 163 0 135 30 50 474 130 40
Binary 10011000 1010 1110011 0 1011101 11000 101000 100111100 1011000 100000

Color Harmonies of #980A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A73

Black with #980A73

Text Example


Text Example

White with #980A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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