Html Css Color HEX #980572 Eggplant

📋 copy color: '#980572'

red 152 ◦ green 5 ◦ blue 114

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

Shades of Eggplant #980572

Tints of Eggplant #980572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 56.09%
G = 1.85%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#980572 (or 0x980572) is known color: Eggplant. HEX triplet: 98, 05 and 72. RGB value is (152,5,114). Sum of RGB (Red+Green+Blue) = 152+5+114=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980572 is #67FA8D. Grayscale: #3D3D3D. Windows color (decimal): -6814350 or 7472536. OLE color: 7472536.

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

Color convert

RGB 152 5 114 -
CMYK 0 0.97 0.25 0.40
HSL 315.51º 0.94% 0.31% -
HSV(B) 315.51º 0.97% 0.6% -
XYZ 16.04 8 16.62 -
YUV 61.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 152 5 114 0 0.97 0.25 0.40 315.51 0.94 0.31
Hex 98 5 72 0 61 19 28 13C 5E 1F
Octal 230 5 162 0 141 31 50 474 136 37
Binary 10011000 101 1110010 0 1100001 11001 101000 100111100 1011110 11111

Color Harmonies of #980572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980572

Black with #980572

Text Example


Text Example

White with #980572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980572; }

 p { color: rgb(152,5,114); }

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

background-color css

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

 a { background-color: rgb(152,5,114); }

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

border-color css

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

 span { border-color: rgb(152,5,114); }

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