#9B6FBA

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

Shades of Purple Mountain's Majesty #9B6FBA

Tints of Purple Mountain's Majesty #9B6FBA

Color information

#9B6FBA (or 0x9B6FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 6F and BA. RGB value is (155,111,186). Sum of RGB (Red+Green+Blue) = 155+111+186=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 111 (43.75% from 255 or 24.56% 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 #9B6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FBA is #649045. Grayscale: #848484. Windows color (decimal): -6590534 or 12218267. OLE color: 12218267.

HSL color Cylindrical-coordinate representation of color #9B6FBA: hue angle of 275.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B6FBA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB155111186-
CMYK0.170.4000.27
HSL275.2º35.21%58.24%-
HSV(B)275.2º40.32%72.94%-
XYZ28.0621.8849.2-
YUV132.71158.08143.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=34.29%
G=24.56%
B=41.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551111860.170.4000.27275.235.2158.24
Hex9B6FBA112801B113233a
Octal23315727221500334234372
Binary1001101111011111011101010001101000011011100010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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