Html Css Color HEX #980E6D Eggplant

📋 copy color: '#980E6D'

red 152 ◦ green 14 ◦ blue 109

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

Shades of Eggplant #980E6D

Tints of Eggplant #980E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 55.27%
G = 5.09%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#980E6D (or 0x980E6D) is known color: Eggplant. HEX triplet: 98, 0E and 6D. RGB value is (152,14,109). Sum of RGB (Red+Green+Blue) = 152+14+109=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E6D is #67F192. Grayscale: #414141. Windows color (decimal): -6812051 or 7147160. OLE color: 7147160.

HSL color Cylindrical-coordinate representation of color #980E6D: hue angle of 318.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E6D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 14 109 -
CMYK 0 0.91 0.28 0.40
HSL 318.7º 0.83% 0.33% -
HSV(B) 318.7º 0.91% 0.6% -
XYZ 15.87 8.09 15.19 -
YUV 66.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 152 14 109 0 0.91 0.28 0.40 318.7 0.83 0.33
Hex 98 E 6D 0 5B 1C 28 13F 53 21
Octal 230 16 155 0 133 34 50 477 123 41
Binary 10011000 1110 1101101 0 1011011 11100 101000 100111111 1010011 100001

Color Harmonies of #980E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E6D

Black with #980E6D

Text Example


Text Example

White with #980E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,14,109); }

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

background-color css

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

 a { background-color: rgb(152,14,109); }

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

border-color css

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

 span { border-color: rgb(152,14,109); }

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