Html Css Color HEX #980278 Eggplant

📋 copy color: '#980278'

red 152 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #980278

Tints of Eggplant #980278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 55.47%
G = 0.73%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#980278 (or 0x980278) is known color: Eggplant. HEX triplet: 98, 02 and 78. RGB value is (152,2,120). Sum of RGB (Red+Green+Blue) = 152+2+120=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #980278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980278 is #67FD87. Grayscale: #3B3B3B. Windows color (decimal): -6815112 or 7864984. OLE color: 7864984.

HSL color Cylindrical-coordinate representation of color #980278: hue angle of 312.8º 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 #980278 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 120 -
CMYK 0 0.99 0.21 0.40
HSL 312.8º 0.97% 0.3% -
HSV(B) 312.8º 0.99% 0.6% -
XYZ 16.36 8.07 18.47 -
YUV 60.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 152 2 120 0 0.99 0.21 0.40 312.8 0.97 0.3
Hex 98 2 78 0 63 15 28 139 61 1E
Octal 230 2 170 0 143 25 50 471 141 36
Binary 10011000 10 1111000 0 1100011 10101 101000 100111001 1100001 11110

Color Harmonies of #980278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980278

Black with #980278

Text Example


Text Example

White with #980278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980278; }

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

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

background-color css

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

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

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

border-color css

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

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

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