Html Css Color HEX #9E0574 Eggplant

📋 copy color: '#9E0574'

red 158 ◦ green 5 ◦ blue 116

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

Shades of Eggplant #9E0574

Tints of Eggplant #9E0574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 56.63%
G = 1.79%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E0574 (or 0x9E0574) is known color: Eggplant. HEX triplet: 9E, 05 and 74. RGB value is (158,5,116). Sum of RGB (Red+Green+Blue) = 158+5+116=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0574 is #61FA8B. Grayscale: #3F3F3F. Windows color (decimal): -6421132 or 7603614. OLE color: 7603614.

HSL color Cylindrical-coordinate representation of color #9E0574: hue angle of 316.47º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0574 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 5 116 -
CMYK 0 0.97 0.27 0.38
HSL 316.47º 0.94% 0.32% -
HSV(B) 316.47º 0.97% 0.62% -
XYZ 17.31 8.64 17.28 -
YUV 63.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 158 5 116 0 0.97 0.27 0.38 316.47 0.94 0.32
Hex 9E 5 74 0 61 1B 26 13C 5E 20
Octal 236 5 164 0 141 33 46 474 136 40
Binary 10011110 101 1110100 0 1100001 11011 100110 100111100 1011110 100000

Color Harmonies of #9E0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0574

Black with #9E0574

Text Example


Text Example

White with #9E0574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,5,116); }

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

background-color css

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

 a { background-color: rgb(158,5,116); }

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

border-color css

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

 span { border-color: rgb(158,5,116); }

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