Html Css Color HEX #980F76 Eggplant

📋 copy color: '#980F76'

red 152 ◦ green 15 ◦ blue 118

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

Shades of Eggplant #980F76

Tints of Eggplant #980F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 53.33%
G = 5.26%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#980F76 (or 0x980F76) is known color: Eggplant. HEX triplet: 98, 0F and 76. RGB value is (152,15,118). Sum of RGB (Red+Green+Blue) = 152+15+118=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #980F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F76 is #67F089. Grayscale: #434343. Windows color (decimal): -6811786 or 7737240. OLE color: 7737240.

HSL color Cylindrical-coordinate representation of color #980F76: hue angle of 314.89º 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 #980F76 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 118 -
CMYK 0 0.90 0.22 0.40
HSL 314.89º 0.82% 0.33% -
HSV(B) 314.89º 0.9% 0.6% -
XYZ 16.39 8.33 17.88 -
YUV 67.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 152 15 118 0 0.90 0.22 0.40 314.89 0.82 0.33
Hex 98 F 76 0 5A 16 28 13B 52 21
Octal 230 17 166 0 132 26 50 473 122 41
Binary 10011000 1111 1110110 0 1011010 10110 101000 100111011 1010010 100001

Color Harmonies of #980F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F76

Black with #980F76

Text Example


Text Example

White with #980F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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