Html Css Color HEX #980974 Eggplant

📋 copy color: '#980974'

red 152 ◦ green 9 ◦ blue 116

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

Shades of Eggplant #980974

Tints of Eggplant #980974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 54.87%
G = 3.25%
B = 41.88%

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

#980974 (or 0x980974) is known color: Eggplant. HEX triplet: 98, 09 and 74. RGB value is (152,9,116). Sum of RGB (Red+Green+Blue) = 152+9+116=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #980974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980974 is #67F68B. Grayscale: #3F3F3F. Windows color (decimal): -6813324 or 7604632. OLE color: 7604632.

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

Color convert

RGB 152 9 116 -
CMYK 0 0.94 0.24 0.40
HSL 315.1º 0.89% 0.32% -
HSV(B) 315.1º 0.94% 0.6% -
XYZ 16.2 8.13 17.24 -
YUV 63.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 152 9 116 0 0.94 0.24 0.40 315.1 0.89 0.32
Hex 98 9 74 0 5E 18 28 13B 59 20
Octal 230 11 164 0 136 30 50 473 131 40
Binary 10011000 1001 1110100 0 1011110 11000 101000 100111011 1011001 100000

Color Harmonies of #980974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980974

Black with #980974

Text Example


Text Example

White with #980974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980974; }

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

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

background-color css

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

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

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

border-color css

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

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

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