Html Css Color HEX #980A6E Eggplant

📋 copy color: '#980A6E'

red 152 ◦ green 10 ◦ blue 110

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

Shades of Eggplant #980A6E

Tints of Eggplant #980A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 55.88%
G = 3.68%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#980A6E (or 0x980A6E) is known color: Eggplant. HEX triplet: 98, 0A and 6E. RGB value is (152,10,110). Sum of RGB (Red+Green+Blue) = 152+10+110=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #980A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A6E is #67F591. Grayscale: #3F3F3F. Windows color (decimal): -6813074 or 7211672. OLE color: 7211672.

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

Color convert

RGB 152 10 110 -
CMYK 0 0.93 0.28 0.40
HSL 317.75º 0.88% 0.32% -
HSV(B) 317.75º 0.93% 0.6% -
XYZ 15.87 8.02 15.46 -
YUV 63.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 152 10 110 0 0.93 0.28 0.40 317.75 0.88 0.32
Hex 98 A 6E 0 5D 1C 28 13E 58 20
Octal 230 12 156 0 135 34 50 476 130 40
Binary 10011000 1010 1101110 0 1011101 11100 101000 100111110 1011000 100000

Color Harmonies of #980A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A6E

Black with #980A6E

Text Example


Text Example

White with #980A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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