#9D6EBA

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

Shades of Purple Mountain's Majesty #9D6EBA

Tints of Purple Mountain's Majesty #9D6EBA

Color information

#9D6EBA (or 0x9D6EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 6E and BA. RGB value is (157,110,186). Sum of RGB (Red+Green+Blue) = 157+110+186=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EBA is #629145. Grayscale: #848484. Windows color (decimal): -6459718 or 12218013. OLE color: 12218013.

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

Color convert

RGB157110186-
CMYK0.160.4100.27
HSL277.11º35.51%58.04%-
HSV(B)277.11º40.86%72.94%-
XYZ28.3421.8749.18-
YUV132.72158.07145.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 110 (43.36% from 255) = 24.28%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=34.66%
G=24.28%
B=41.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571101860.160.4100.27277.1135.5158.04
Hex9D6EBA102901B115243a
Octal23515627220510334254472
Binary1001110111011101011101010000101001011011100010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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