Html Css Color HEX #980470 Eggplant

📋 copy color: '#980470'

red 152 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #980470

Tints of Eggplant #980470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 56.72%
G = 1.49%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980470 (or 0x980470) is known color: Eggplant. HEX triplet: 98, 04 and 70. RGB value is (152,4,112). Sum of RGB (Red+Green+Blue) = 152+4+112=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #980470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980470 is #67FB8F. Grayscale: #3C3C3C. Windows color (decimal): -6814608 or 7341208. OLE color: 7341208.

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

Color convert

RGB 152 4 112 -
CMYK 0 0.97 0.26 0.40
HSL 316.22º 0.95% 0.31% -
HSV(B) 316.22º 0.97% 0.6% -
XYZ 15.92 7.93 16.02 -
YUV 60.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 152 4 112 0 0.97 0.26 0.40 316.22 0.95 0.31
Hex 98 4 70 0 61 1A 28 13C 5F 1F
Octal 230 4 160 0 141 32 50 474 137 37
Binary 10011000 100 1110000 0 1100001 11010 101000 100111100 1011111 11111

Color Harmonies of #980470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980470

Black with #980470

Text Example


Text Example

White with #980470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980470; }

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

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

background-color css

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

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

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

border-color css

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

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

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