#9E71BF

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

Shades of Purple Mountain's Majesty #9E71BF

Tints of Purple Mountain's Majesty #9E71BF

Color information

#9E71BF (or 0x9E71BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 71 and BF. RGB value is (158,113,191). Sum of RGB (Red+Green+Blue) = 158+113+191=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71BF is #618E40. Grayscale: #878787. Windows color (decimal): -6393409 or 12546462. OLE color: 12546462.

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

Color convert

RGB158113191-
CMYK0.170.4100.25
HSL274.62º37.86%59.61%-
HSV(B)274.62º40.84%74.9%-
XYZ29.4122.8452.15-
YUV135.35159.41144.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 191 (75% from 255) = 41.34%
R=34.20%
G=24.46%
B=41.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581131910.170.4100.25274.6237.8659.61
Hex9E71BF1129019113263c
Octal23616127721510314234674
Binary1001111011100011011111110001101001011001100010011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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