Html Css Color HEX #980B75 Eggplant

📋 copy color: '#980B75'

red 152 ◦ green 11 ◦ blue 117

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

Shades of Eggplant #980B75

Tints of Eggplant #980B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 54.29%
G = 3.93%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#980B75 (or 0x980B75) is known color: Eggplant. HEX triplet: 98, 0B and 75. RGB value is (152,11,117). Sum of RGB (Red+Green+Blue) = 152+11+117=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #980B75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B75 is #67F48A. Grayscale: #404040. Windows color (decimal): -6812811 or 7670680. OLE color: 7670680.

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

Color convert

RGB 152 11 117 -
CMYK 0 0.93 0.23 0.40
HSL 314.89º 0.87% 0.32% -
HSV(B) 314.89º 0.93% 0.6% -
XYZ 16.28 8.2 17.55 -
YUV 65.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 152 11 117 0 0.93 0.23 0.40 314.89 0.87 0.32
Hex 98 B 75 0 5D 17 28 13B 57 20
Octal 230 13 165 0 135 27 50 473 127 40
Binary 10011000 1011 1110101 0 1011101 10111 101000 100111011 1010111 100000

Color Harmonies of #980B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B75

Black with #980B75

Text Example


Text Example

White with #980B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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