Html Css Color HEX #980D74 Eggplant

📋 copy color: '#980D74'

red 152 ◦ green 13 ◦ blue 116

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

Shades of Eggplant #980D74

Tints of Eggplant #980D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.63%

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 54.09%
G = 4.63%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#980D74 (or 0x980D74) is known color: Eggplant. HEX triplet: 98, 0D and 74. RGB value is (152,13,116). Sum of RGB (Red+Green+Blue) = 152+13+116=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #980D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D74 is #67F28B. Grayscale: #424242. Windows color (decimal): -6812300 or 7605656. OLE color: 7605656.

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

Color convert

RGB 152 13 116 -
CMYK 0 0.91 0.24 0.40
HSL 315.54º 0.84% 0.32% -
HSV(B) 315.54º 0.91% 0.6% -
XYZ 16.25 8.22 17.25 -
YUV 66.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 152 13 116 0 0.91 0.24 0.40 315.54 0.84 0.32
Hex 98 D 74 0 5B 18 28 13C 54 20
Octal 230 15 164 0 133 30 50 474 124 40
Binary 10011000 1101 1110100 0 1011011 11000 101000 100111100 1010100 100000

Color Harmonies of #980D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D74

Black with #980D74

Text Example


Text Example

White with #980D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,116); }

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

background-color css

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

 a { background-color: rgb(152,13,116); }

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

border-color css

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

 span { border-color: rgb(152,13,116); }

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