Html Css Color HEX #980B72 Eggplant

📋 copy color: '#980B72'

red 152 ◦ green 11 ◦ blue 114

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

Shades of Eggplant #980B72

Tints of Eggplant #980B72

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.97%

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

R = 54.87%
G = 3.97%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#980B72 (or 0x980B72) is known color: Eggplant. HEX triplet: 98, 0B and 72. RGB value is (152,11,114). Sum of RGB (Red+Green+Blue) = 152+11+114=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #980B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B72 is #67F48D. Grayscale: #404040. Windows color (decimal): -6812814 or 7474072. OLE color: 7474072.

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

Color convert

RGB 152 11 114 -
CMYK 0 0.93 0.25 0.40
HSL 316.17º 0.87% 0.32% -
HSV(B) 316.17º 0.93% 0.6% -
XYZ 16.11 8.13 16.64 -
YUV 64.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 152 11 114 0 0.93 0.25 0.40 316.17 0.87 0.32
Hex 98 B 72 0 5D 19 28 13C 57 20
Octal 230 13 162 0 135 31 50 474 127 40
Binary 10011000 1011 1110010 0 1011101 11001 101000 100111100 1010111 100000

Color Harmonies of #980B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B72

Black with #980B72

Text Example


Text Example

White with #980B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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