#9D7EBB

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

Shades of Purple Mountain's Majesty #9D7EBB

Tints of Purple Mountain's Majesty #9D7EBB

Color information

#9D7EBB (or 0x9D7EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 7E and BB. RGB value is (157,126,187). Sum of RGB (Red+Green+Blue) = 157+126+187=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D7EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7EBB is #628144. Grayscale: #8E8E8E. Windows color (decimal): -6455621 or 12287645. OLE color: 12287645.

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

Color convert

RGB157126187-
CMYK0.160.3300.27
HSL270.49º30.96%61.37%-
HSV(B)270.49º32.62%73.33%-
XYZ30.3425.6850.37-
YUV142.22153.27138.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=33.40%
G=26.81%
B=39.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571261870.160.3300.27270.4930.9661.37
Hex9D7EBB102101B10e1f3d
Octal23517627320410334163775
Binary100111011111110101110111000010000101101110000111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,187); }

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

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

 a { background-color: rgb(157,126,187); }

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

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

 span { border-color: rgb(157,126,187); }

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