#9B6EBD

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

Shades of Purple Mountain's Majesty #9B6EBD

Tints of Purple Mountain's Majesty #9B6EBD

Color information

#9B6EBD (or 0x9B6EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 6E and BD. RGB value is (155,110,189). Sum of RGB (Red+Green+Blue) = 155+110+189=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6EBD is #649142. Grayscale: #848484. Windows color (decimal): -6590787 or 12414619. OLE color: 12414619.

HSL color Cylindrical-coordinate representation of color #9B6EBD: hue angle of 274.18º 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 #9B6EBD is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155110189-
CMYK0.180.4200.26
HSL274.18º37.44%58.63%-
HSV(B)274.18º41.8%74.12%-
XYZ28.2821.7950.86-
YUV132.46159.91144.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=34.14%
G=24.23%
B=41.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551101890.180.4200.26274.1837.4458.63
Hex9B6EBD122A01A112253b
Octal23315627522520324224573
Binary1001101111011101011110110010101010011010100010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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