Html Css Color HEX #980978 Eggplant

📋 copy color: '#980978'

red 152 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #980978

Tints of Eggplant #980978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.7%

R = 54.09%
G = 3.2%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#980978 (or 0x980978) is known color: Eggplant. HEX triplet: 98, 09 and 78. RGB value is (152,9,120). Sum of RGB (Red+Green+Blue) = 152+9+120=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980978 is #67F687. Grayscale: #404040. Windows color (decimal): -6813320 or 7866776. OLE color: 7866776.

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

Color convert

RGB 152 9 120 -
CMYK 0 0.94 0.21 0.40
HSL 313.43º 0.89% 0.32% -
HSV(B) 313.43º 0.94% 0.6% -
XYZ 16.44 8.23 18.49 -
YUV 64.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 152 9 120 0 0.94 0.21 0.40 313.43 0.89 0.32
Hex 98 9 78 0 5E 15 28 139 59 20
Octal 230 11 170 0 136 25 50 471 131 40
Binary 10011000 1001 1111000 0 1011110 10101 101000 100111001 1011001 100000

Color Harmonies of #980978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980978

Black with #980978

Text Example


Text Example

White with #980978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980978; }

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

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

background-color css

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

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

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

border-color css

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

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

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