Html Css Color HEX #980F72 Eggplant

📋 copy color: '#980F72'

red 152 ◦ green 15 ◦ blue 114

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

Shades of Eggplant #980F72

Tints of Eggplant #980F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

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

R = 54.09%
G = 5.34%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#980F72 (or 0x980F72) is known color: Eggplant. HEX triplet: 98, 0F and 72. RGB value is (152,15,114). Sum of RGB (Red+Green+Blue) = 152+15+114=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F72 is #67F08D. Grayscale: #424242. Windows color (decimal): -6811790 or 7475096. OLE color: 7475096.

HSL color Cylindrical-coordinate representation of color #980F72: hue angle of 316.64º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F72 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 114 -
CMYK 0 0.90 0.25 0.40
HSL 316.64º 0.82% 0.33% -
HSV(B) 316.64º 0.9% 0.6% -
XYZ 16.16 8.23 16.66 -
YUV 67.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 152 15 114 0 0.90 0.25 0.40 316.64 0.82 0.33
Hex 98 F 72 0 5A 19 28 13D 52 21
Octal 230 17 162 0 132 31 50 475 122 41
Binary 10011000 1111 1110010 0 1011010 11001 101000 100111101 1010010 100001

Color Harmonies of #980F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F72

Black with #980F72

Text Example


Text Example

White with #980F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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