Html Css Color HEX #980478 Eggplant

📋 copy color: '#980478'

red 152 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #980478

Tints of Eggplant #980478

RGB

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

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

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

R = 55.07%
G = 1.45%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#980478 (or 0x980478) is known color: Eggplant. HEX triplet: 98, 04 and 78. RGB value is (152,4,120). Sum of RGB (Red+Green+Blue) = 152+4+120=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #980478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980478 is #67FB87. Grayscale: #3D3D3D. Windows color (decimal): -6814600 or 7865496. OLE color: 7865496.

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

Color convert

RGB 152 4 120 -
CMYK 0 0.97 0.21 0.40
HSL 312.97º 0.95% 0.31% -
HSV(B) 312.97º 0.97% 0.6% -
XYZ 16.38 8.12 18.47 -
YUV 61.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 152 4 120 0 0.97 0.21 0.40 312.97 0.95 0.31
Hex 98 4 78 0 61 15 28 139 5F 1F
Octal 230 4 170 0 141 25 50 471 137 37
Binary 10011000 100 1111000 0 1100001 10101 101000 100111001 1011111 11111

Color Harmonies of #980478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980478

Black with #980478

Text Example


Text Example

White with #980478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980478; }

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

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

background-color css

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

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

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

border-color css

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

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

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