#9E74BE

Color #9E74BE Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9E74BE

Tints of Purple Mountain's Majesty #9E74BE

Color information

#9E74BE (or 0x9E74BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 74 and BE. RGB value is (158,116,190). Sum of RGB (Red+Green+Blue) = 158+116+190=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74BE is #618B41. Grayscale: #888888. Windows color (decimal): -6392642 or 12481694. OLE color: 12481694.

HSL color Cylindrical-coordinate representation of color #9E74BE: hue angle of 274.05º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E74BE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158116190-
CMYK0.170.3900.25
HSL274.05º36.27%60%-
HSV(B)274.05º38.95%74.51%-
XYZ29.6423.4851.68-
YUV136.99157.91142.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=34.05%
G=25%
B=40.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581161900.170.3900.25274.0536.2760
Hex9E74BE1127019112243c
Octal23616427621470314224474
Binary1001111011101001011111010001100111011001100010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E74BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E74BE;
 }
 .AnyTagClassName
 {
   color: #9E74BE;
 }
</style>
background-color css

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

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

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

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

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

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