#9E7BB7

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

Shades of Purple Mountain's Majesty #9E7BB7

Tints of Purple Mountain's Majesty #9E7BB7

Color information

#9E7BB7 (or 0x9E7BB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7B and B7. RGB value is (158,123,183). Sum of RGB (Red+Green+Blue) = 158+123+183=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 183 - color contains mainly: blue. Hex color #9E7BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BB7 is #618448. Grayscale: #8C8C8C. Windows color (decimal): -6390857 or 12024734. OLE color: 12024734.

HSL color Cylindrical-coordinate representation of color #9E7BB7: hue angle of 275º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E7BB7 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB158123183-
CMYK0.140.3300.28
HSL275º29.41%60%-
HSV(B)275º32.79%71.76%-
XYZ29.7324.8548.03-
YUV140.3152.1140.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 183 (71.88% from 255) = 39.44%
R=34.05%
G=26.51%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581231830.140.3300.2827529.4160
Hex9E7BB7E2101C1131d3c
Octal23617326716410344233574
Binary10011110111101110110111111010000101110010001001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,123,183); }

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

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

 a { background-color: rgb(158,123,183); }

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

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

 span { border-color: rgb(158,123,183); }

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