Html Css Color HEX #980270 Eggplant

📋 copy color: '#980270'

red 152 ◦ green 2 ◦ blue 112

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

Shades of Eggplant #980270

Tints of Eggplant #980270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 57.14%
G = 0.75%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#980270 (or 0x980270) is known color: Eggplant. HEX triplet: 98, 02 and 70. RGB value is (152,2,112). Sum of RGB (Red+Green+Blue) = 152+2+112=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #980270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980270 is #67FD8F. Grayscale: #3B3B3B. Windows color (decimal): -6815120 or 7340696. OLE color: 7340696.

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

Color convert

RGB 152 2 112 -
CMYK 0 0.99 0.26 0.40
HSL 316º 0.97% 0.3% -
HSV(B) 316º 0.99% 0.6% -
XYZ 15.9 7.89 16.01 -
YUV 59.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 152 2 112 0 0.99 0.26 0.40 316 0.97 0.3
Hex 98 2 70 0 63 1A 28 13C 61 1E
Octal 230 2 160 0 143 32 50 474 141 36
Binary 10011000 10 1110000 0 1100011 11010 101000 100111100 1100001 11110

Color Harmonies of #980270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980270

Black with #980270

Text Example


Text Example

White with #980270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980270; }

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

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

background-color css

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

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

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

border-color css

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

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

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