Html Css Color HEX #980271 Eggplant

📋 copy color: '#980271'

red 152 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #980271

Tints of Eggplant #980271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 56.93%
G = 0.75%
B = 42.32%

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

#980271 (or 0x980271) is known color: Eggplant. HEX triplet: 98, 02 and 71. RGB value is (152,2,113). Sum of RGB (Red+Green+Blue) = 152+2+113=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #980271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980271 is #67FD8E. Grayscale: #3B3B3B. Windows color (decimal): -6815119 or 7406232. OLE color: 7406232.

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

Color convert

RGB 152 2 113 -
CMYK 0 0.99 0.26 0.40
HSL 315.6º 0.97% 0.3% -
HSV(B) 315.6º 0.99% 0.6% -
XYZ 15.95 7.91 16.31 -
YUV 59.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 152 2 113 0 0.99 0.26 0.40 315.6 0.97 0.3
Hex 98 2 71 0 63 1A 28 13C 61 1E
Octal 230 2 161 0 143 32 50 474 141 36
Binary 10011000 10 1110001 0 1100011 11010 101000 100111100 1100001 11110

Color Harmonies of #980271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980271

Black with #980271

Text Example


Text Example

White with #980271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980271; }

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

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

background-color css

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

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

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

border-color css

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

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

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