Html Css Color HEX #9E0271 Eggplant

📋 copy color: '#9E0271'

red 158 ◦ green 2 ◦ blue 113

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

Shades of Eggplant #9E0271

Tints of Eggplant #9E0271

RGB

 RED value IS 158 (62.11% from 255) = 57.88%

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

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

R = 57.88%
G = 0.73%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E0271 (or 0x9E0271) is known color: Eggplant. HEX triplet: 9E, 02 and 71. RGB value is (158,2,113). Sum of RGB (Red+Green+Blue) = 158+2+113=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0271 is #61FD8E. Grayscale: #3D3D3D. Windows color (decimal): -6421903 or 7406238. OLE color: 7406238.

HSL color Cylindrical-coordinate representation of color #9E0271: hue angle of 317.31º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0271 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 2 113 -
CMYK 0 0.99 0.28 0.38
HSL 317.31º 0.98% 0.31% -
HSV(B) 317.31º 0.99% 0.62% -
XYZ 17.1 8.5 16.36 -
YUV 61.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 158 2 113 0 0.99 0.28 0.38 317.31 0.98 0.31
Hex 9E 2 71 0 63 1C 26 13D 62 1F
Octal 236 2 161 0 143 34 46 475 142 37
Binary 10011110 10 1110001 0 1100011 11100 100110 100111101 1100010 11111

Color Harmonies of #9E0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0271

Black with #9E0271

Text Example


Text Example

White with #9E0271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E0271; }

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

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

background-color css

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

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

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

border-color css

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

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

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