Html Css Color HEX #980A7C Eggplant

📋 copy color: '#980A7C'

red 152 ◦ green 10 ◦ blue 124

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

Shades of Eggplant #980A7C

Tints of Eggplant #980A7C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 124 (48.83% from 255) = 43.36%

R = 53.15%
G = 3.5%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#980A7C (or 0x980A7C) is known color: Eggplant. HEX triplet: 98, 0A and 7C. RGB value is (152,10,124). Sum of RGB (Red+Green+Blue) = 152+10+124=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #980A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A7C is #67F583. Grayscale: #414141. Windows color (decimal): -6813060 or 8129176. OLE color: 8129176.

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

Color convert

RGB 152 10 124 -
CMYK 0 0.93 0.18 0.40
HSL 311.83º 0.88% 0.32% -
HSV(B) 311.83º 0.93% 0.6% -
XYZ 16.7 8.35 19.8 -
YUV 65.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 152 10 124 0 0.93 0.18 0.40 311.83 0.88 0.32
Hex 98 A 7C 0 5D 12 28 138 58 20
Octal 230 12 174 0 135 22 50 470 130 40
Binary 10011000 1010 1111100 0 1011101 10010 101000 100111000 1011000 100000

Color Harmonies of #980A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A7C

Black with #980A7C

Text Example


Text Example

White with #980A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,10,124); }

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

background-color css

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

 a { background-color: rgb(152,10,124); }

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

border-color css

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

 span { border-color: rgb(152,10,124); }

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