#9B6EBB

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

Shades of Purple Mountain's Majesty #9B6EBB

Tints of Purple Mountain's Majesty #9B6EBB

Color information

#9B6EBB (or 0x9B6EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 6E and BB. RGB value is (155,110,187). Sum of RGB (Red+Green+Blue) = 155+110+187=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B6EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6EBB is #649144. Grayscale: #838383. Windows color (decimal): -6590789 or 12283547. OLE color: 12283547.

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

Color convert

RGB155110187-
CMYK0.170.4100.27
HSL275.06º36.15%58.24%-
HSV(B)275.06º41.18%73.33%-
XYZ28.0621.7149.72-
YUV132.23158.91144.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=34.29%
G=24.34%
B=41.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551101870.170.4100.27275.0636.1558.24
Hex9B6EBB112901B113243a
Octal23315627321510334234472
Binary1001101111011101011101110001101001011011100010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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