#9B7EAF

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

Shades of Purple Mountain's Majesty #9B7EAF

Tints of Purple Mountain's Majesty #9B7EAF

Color information

#9B7EAF (or 0x9B7EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7E and AF. RGB value is (155,126,175). Sum of RGB (Red+Green+Blue) = 155+126+175=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7EAF is #648150. Grayscale: #8C8C8C. Windows color (decimal): -6586705 or 11501211. OLE color: 11501211.

HSL color Cylindrical-coordinate representation of color #9B7EAF: hue angle of 275.51º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7EAF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB155126175-
CMYK0.110.2800.31
HSL275.51º23.44%59.02%-
HSV(B)275.51º28%68.63%-
XYZ28.7224.9943.87-
YUV140.26147.61138.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=33.99%
G=27.63%
B=38.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551261750.110.2800.31275.5123.4459.02
Hex9B7EAFB1C01F114173b
Octal23317625713340374242773
Binary1001101111111101010111110111110001111110001010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,126,175); }

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

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

 a { background-color: rgb(155,126,175); }

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

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

 span { border-color: rgb(155,126,175); }

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