Html Css Color HEX #980279 Eggplant

📋 copy color: '#980279'

red 152 ◦ green 2 ◦ blue 121

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

Shades of Eggplant #980279

Tints of Eggplant #980279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 121 (47.66% from 255) = 44%

R = 55.27%
G = 0.73%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980279 (or 0x980279) is known color: Eggplant. HEX triplet: 98, 02 and 79. RGB value is (152,2,121). Sum of RGB (Red+Green+Blue) = 152+2+121=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980279 is #67FD86. Grayscale: #3C3C3C. Windows color (decimal): -6815111 or 7930520. OLE color: 7930520.

HSL color Cylindrical-coordinate representation of color #980279: hue angle of 312.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980279 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 121 -
CMYK 0 0.99 0.20 0.40
HSL 312.4º 0.97% 0.3% -
HSV(B) 312.4º 0.99% 0.6% -
XYZ 16.42 8.1 18.79 -
YUV 60.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 152 2 121 0 0.99 0.20 0.40 312.4 0.97 0.3
Hex 98 2 79 0 63 14 28 138 61 1E
Octal 230 2 171 0 143 24 50 470 141 36
Binary 10011000 10 1111001 0 1100011 10100 101000 100111000 1100001 11110

Color Harmonies of #980279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980279

Black with #980279

Text Example


Text Example

White with #980279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980279; }

 p { color: rgb(152,2,121); }

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

background-color css

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

 a { background-color: rgb(152,2,121); }

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

border-color css

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

 span { border-color: rgb(152,2,121); }

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