Html Css Color HEX #980072 Eggplant

📋 copy color: '#980072'

red 152 ◦ green 0 ◦ blue 114

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

Shades of Eggplant #980072

Tints of Eggplant #980072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#980072 (or 0x980072) is known color: Eggplant. HEX triplet: 98, 00 and 72. RGB value is (152,0,114). Sum of RGB (Red+Green+Blue) = 152+0+114=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #980072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980072 is #67FF8D. Grayscale: #3A3A3A. Windows color (decimal): -6815630 or 7471256. OLE color: 7471256.

HSL color Cylindrical-coordinate representation of color #980072: hue angle of 315º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980072 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 114 -
CMYK 0 1 0.25 0.40
HSL 315º 1% 0.3% -
HSV(B) 315º 1% 0.6% -
XYZ 15.99 7.89 16.6 -
YUV 58.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 152 0 114 0 1 0.25 0.40 315 1 0.3
Hex 98 0 72 0 64 19 28 13B 64 1E
Octal 230 0 162 0 144 31 50 473 144 36
Binary 10011000 0 1110010 0 1100100 11001 101000 100111011 1100100 11110

Color Harmonies of #980072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980072

Black with #980072

Text Example


Text Example

White with #980072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980072; }

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

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

background-color css

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

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

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

border-color css

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

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

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