Html Css Color HEX #980475 Eggplant

📋 copy color: '#980475'

red 152 ◦ green 4 ◦ blue 117

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

Shades of Eggplant #980475

Tints of Eggplant #980475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 55.68%
G = 1.47%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#980475 (or 0x980475) is known color: Eggplant. HEX triplet: 98, 04 and 75. RGB value is (152,4,117). Sum of RGB (Red+Green+Blue) = 152+4+117=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980475 is #67FB8A. Grayscale: #3C3C3C. Windows color (decimal): -6814603 or 7668888. OLE color: 7668888.

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

Color convert

RGB 152 4 117 -
CMYK 0 0.97 0.23 0.40
HSL 314.19º 0.95% 0.31% -
HSV(B) 314.19º 0.97% 0.6% -
XYZ 16.2 8.05 17.53 -
YUV 61.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 152 4 117 0 0.97 0.23 0.40 314.19 0.95 0.31
Hex 98 4 75 0 61 17 28 13A 5F 1F
Octal 230 4 165 0 141 27 50 472 137 37
Binary 10011000 100 1110101 0 1100001 10111 101000 100111010 1011111 11111

Color Harmonies of #980475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980475

Black with #980475

Text Example


Text Example

White with #980475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980475; }

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

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

background-color css

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

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

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

border-color css

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

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

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