#9B6BBA

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

Shades of Purple Mountain's Majesty #9B6BBA

Tints of Purple Mountain's Majesty #9B6BBA

Color information

#9B6BBA (or 0x9B6BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 6B and BA. RGB value is (155,107,186). Sum of RGB (Red+Green+Blue) = 155+107+186=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BBA is #649445. Grayscale: #828282. Windows color (decimal): -6591558 or 12217243. OLE color: 12217243.

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

Color convert

RGB155107186-
CMYK0.170.4200.27
HSL276.46º36.41%57.45%-
HSV(B)276.46º42.47%72.94%-
XYZ27.6421.0349.06-
YUV130.36159.4145.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=34.60%
G=23.88%
B=41.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551071860.170.4200.27276.4636.4157.45
Hex9B6BBA112A01B1142439
Octal23315327221520334244471
Binary1001101111010111011101010001101010011011100010100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,186); }

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

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

 a { background-color: rgb(155,107,186); }

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

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

 span { border-color: rgb(155,107,186); }

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