Html Css Color HEX #980459 Eggplant

📋 copy color: '#980459'

red 152 ◦ green 4 ◦ blue 89

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

Shades of Eggplant #980459

Tints of Eggplant #980459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 62.04%
G = 1.63%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#980459 (or 0x980459) is known color: Eggplant. HEX triplet: 98, 04 and 59. RGB value is (152,4,89). Sum of RGB (Red+Green+Blue) = 152+4+89=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #980459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980459 is #67FBA6. Grayscale: #393939. Windows color (decimal): -6814631 or 5833880. OLE color: 5833880.

HSL color Cylindrical-coordinate representation of color #980459: hue angle of 325.54º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980459 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 4 89 -
CMYK 0 0.97 0.41 0.40
HSL 325.54º 0.95% 0.31% -
HSV(B) 325.54º 0.97% 0.6% -
XYZ 14.8 7.48 10.12 -
YUV 57.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 152 4 89 0 0.97 0.41 0.40 325.54 0.95 0.31
Hex 98 4 59 0 61 29 28 146 5F 1F
Octal 230 4 131 0 141 51 50 506 137 37
Binary 10011000 100 1011001 0 1100001 101001 101000 101000110 1011111 11111

Color Harmonies of #980459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980459

Black with #980459

Text Example


Text Example

White with #980459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980459; }

 p { color: rgb(152,4,89); }

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

background-color css

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

 a { background-color: rgb(152,4,89); }

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

border-color css

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

 span { border-color: rgb(152,4,89); }

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