#9E6DBA

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

Shades of Purple Mountain's Majesty #9E6DBA

Tints of Purple Mountain's Majesty #9E6DBA

Color information

#9E6DBA (or 0x9E6DBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 6D and BA. RGB value is (158,109,186). Sum of RGB (Red+Green+Blue) = 158+109+186=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 109 (42.97% from 255 or 24.06% 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 #9E6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DBA is #619245. Grayscale: #848484. Windows color (decimal): -6394438 or 12217758. OLE color: 12217758.

HSL color Cylindrical-coordinate representation of color #9E6DBA: hue angle of 278.18º 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 #9E6DBA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158109186-
CMYK0.150.4100.27
HSL278.18º35.81%57.84%-
HSV(B)278.18º41.4%72.94%-
XYZ28.4321.7549.15-
YUV132.43158.23146.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.88%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=34.88%
G=24.06%
B=41.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581091860.150.4100.27278.1835.8157.84
Hex9E6DBAF2901B116243a
Octal23615527217510334264472
Binary100111101101101101110101111101001011011100010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,186); }

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

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

 a { background-color: rgb(158,109,186); }

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

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

 span { border-color: rgb(158,109,186); }

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