#9E7CC1

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

Shades of Purple Mountain's Majesty #9E7CC1

Tints of Purple Mountain's Majesty #9E7CC1

Color information

#9E7CC1 (or 0x9E7CC1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7C and C1. RGB value is (158,124,193). Sum of RGB (Red+Green+Blue) = 158+124+193=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7CC1 is #61833E. Grayscale: #8D8D8D. Windows color (decimal): -6390591 or 12680350. OLE color: 12680350.

HSL color Cylindrical-coordinate representation of color #9E7CC1: hue angle of 269.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E7CC1 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158124193-
CMYK0.180.3600.24
HSL269.57º35.75%62.16%-
HSV(B)269.57º35.75%75.69%-
XYZ30.9325.5353.75-
YUV142.03156.76139.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=33.26%
G=26.11%
B=40.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581241930.180.3600.24269.5735.7562.16
Hex9E7CC1122401810e243e
Octal23617430122440304164476
Binary1001111011111001100000110010100100011000100001110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,193); }

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

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

 a { background-color: rgb(158,124,193); }

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

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

 span { border-color: rgb(158,124,193); }

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