#9C6EBA

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

Shades of Purple Mountain's Majesty #9C6EBA

Tints of Purple Mountain's Majesty #9C6EBA

Color information

#9C6EBA (or 0x9C6EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 6E and BA. RGB value is (156,110,186). Sum of RGB (Red+Green+Blue) = 156+110+186=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6EBA is #639145. Grayscale: #848484. Windows color (decimal): -6525254 or 12218012. OLE color: 12218012.

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

Color convert

RGB156110186-
CMYK0.160.4100.27
HSL276.32º35.51%58.04%-
HSV(B)276.32º40.86%72.94%-
XYZ28.1521.7649.17-
YUV132.42158.24144.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=34.51%
G=24.34%
B=41.15%

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
Decimal1561101860.160.4100.27276.3235.5158.04
Hex9C6EBA102901B114243a
Octal23415627220510334244472
Binary1001110011011101011101010000101001011011100010100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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