#9D6EBE

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

Shades of Purple Mountain's Majesty #9D6EBE

Tints of Purple Mountain's Majesty #9D6EBE

Color information

#9D6EBE (or 0x9D6EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 6E and BE. RGB value is (157,110,190). Sum of RGB (Red+Green+Blue) = 157+110+190=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EBE is #629141. Grayscale: #848484. Windows color (decimal): -6459714 or 12480157. OLE color: 12480157.

HSL color Cylindrical-coordinate representation of color #9D6EBE: hue angle of 275.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D6EBE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157110190-
CMYK0.170.4200.25
HSL275.25º38.1%58.82%-
HSV(B)275.25º42.11%74.51%-
XYZ28.7722.0451.45-
YUV133.17160.07145-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=34.35%
G=24.07%
B=41.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571101900.170.4200.25275.2538.158.82
Hex9D6EBE112A019113263b
Octal23515627621520314234673
Binary1001110111011101011111010001101010011001100010011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,110,190); }

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

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

 a { background-color: rgb(157,110,190); }

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

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

 span { border-color: rgb(157,110,190); }

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