#9E7BBB

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

Shades of Purple Mountain's Majesty #9E7BBB

Tints of Purple Mountain's Majesty #9E7BBB

Color information

#9E7BBB (or 0x9E7BBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 7B and BB. RGB value is (158,123,187). Sum of RGB (Red+Green+Blue) = 158+123+187=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BBB is #618444. Grayscale: #8C8C8C. Windows color (decimal): -6390853 or 12286878. OLE color: 12286878.

HSL color Cylindrical-coordinate representation of color #9E7BBB: hue angle of 272.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7BBB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158123187-
CMYK0.160.3400.27
HSL272.81º32%60.78%-
HSV(B)272.81º34.22%73.33%-
XYZ30.1525.0250.25-
YUV140.76154.1140.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=33.76%
G=26.28%
B=39.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581231870.160.3400.27272.813260.78
Hex9E7BBB102201B111203d
Octal23617327320420334214075
Binary1001111011110111011101110000100010011011100010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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