Html Css Color HEX #980A7A Eggplant

📋 copy color: '#980A7A'

red 152 ◦ green 10 ◦ blue 122

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

Shades of Eggplant #980A7A

Tints of Eggplant #980A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 53.52%
G = 3.52%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980A7A (or 0x980A7A) is known color: Eggplant. HEX triplet: 98, 0A and 7A. RGB value is (152,10,122). Sum of RGB (Red+Green+Blue) = 152+10+122=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A7A is #67F585. Grayscale: #404040. Windows color (decimal): -6813062 or 7998104. OLE color: 7998104.

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

Color convert

RGB 152 10 122 -
CMYK 0 0.93 0.20 0.40
HSL 312.68º 0.88% 0.32% -
HSV(B) 312.68º 0.93% 0.6% -
XYZ 16.57 8.3 19.14 -
YUV 65.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 152 10 122 0 0.93 0.20 0.40 312.68 0.88 0.32
Hex 98 A 7A 0 5D 14 28 139 58 20
Octal 230 12 172 0 135 24 50 471 130 40
Binary 10011000 1010 1111010 0 1011101 10100 101000 100111001 1011000 100000

Color Harmonies of #980A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A7A

Black with #980A7A

Text Example


Text Example

White with #980A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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