#9D7EBC

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

Shades of Purple Mountain's Majesty #9D7EBC

Tints of Purple Mountain's Majesty #9D7EBC

Color information

#9D7EBC (or 0x9D7EBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 7E and BC. RGB value is (157,126,188). Sum of RGB (Red+Green+Blue) = 157+126+188=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D7EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7EBC is #628143. Grayscale: #8E8E8E. Windows color (decimal): -6455620 or 12353181. OLE color: 12353181.

HSL color Cylindrical-coordinate representation of color #9D7EBC: hue angle of 270º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D7EBC is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB157126188-
CMYK0.160.3300.26
HSL270º31.63%61.57%-
HSV(B)270º32.98%73.73%-
XYZ30.4425.7250.94-
YUV142.34153.77138.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=33.33%
G=26.75%
B=39.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571261880.160.3300.2627031.6361.57
Hex9D7EBC102101A10e203e
Octal23517627420410324164076
Binary1001110111111101011110010000100001011010100001110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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