Html Css Color HEX #980973 Eggplant

📋 copy color: '#980973'

red 152 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #980973

Tints of Eggplant #980973

RGB

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

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

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

R = 55.07%
G = 3.26%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#980973 (or 0x980973) is known color: Eggplant. HEX triplet: 98, 09 and 73. RGB value is (152,9,115). Sum of RGB (Red+Green+Blue) = 152+9+115=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #980973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980973 is #67F68C. Grayscale: #3F3F3F. Windows color (decimal): -6813325 or 7539096. OLE color: 7539096.

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

Color convert

RGB 152 9 115 -
CMYK 0 0.94 0.24 0.40
HSL 315.52º 0.89% 0.32% -
HSV(B) 315.52º 0.94% 0.6% -
XYZ 16.14 8.11 16.93 -
YUV 63.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 152 9 115 0 0.94 0.24 0.40 315.52 0.89 0.32
Hex 98 9 73 0 5E 18 28 13C 59 20
Octal 230 11 163 0 136 30 50 474 131 40
Binary 10011000 1001 1110011 0 1011110 11000 101000 100111100 1011001 100000

Color Harmonies of #980973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980973

Black with #980973

Text Example


Text Example

White with #980973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980973; }

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

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

background-color css

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

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

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

border-color css

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

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

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