#9C6EBD

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

Shades of Purple Mountain's Majesty #9C6EBD

Tints of Purple Mountain's Majesty #9C6EBD

Color information

#9C6EBD (or 0x9C6EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 6E and BD. RGB value is (156,110,189). Sum of RGB (Red+Green+Blue) = 156+110+189=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6EBD is #639142. Grayscale: #848484. Windows color (decimal): -6525251 or 12414620. OLE color: 12414620.

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

Color convert

RGB156110189-
CMYK0.170.4200.26
HSL274.94º37.44%58.63%-
HSV(B)274.94º41.8%74.12%-
XYZ28.4721.8950.87-
YUV132.76159.74144.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=34.29%
G=24.18%
B=41.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561101890.170.4200.26274.9437.4458.63
Hex9C6EBD112A01A113253b
Octal23415627521520324234573
Binary1001110011011101011110110001101010011010100010011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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