#9B7FB3

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

Shades of Purple Mountain's Majesty #9B7FB3

Tints of Purple Mountain's Majesty #9B7FB3

Color information

#9B7FB3 (or 0x9B7FB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7F and B3. RGB value is (155,127,179). Sum of RGB (Red+Green+Blue) = 155+127+179=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B7FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FB3 is #64804C. Grayscale: #8D8D8D. Windows color (decimal): -6586445 or 11763611. OLE color: 11763611.

HSL color Cylindrical-coordinate representation of color #9B7FB3: hue angle of 272.31º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B7FB3 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB155127179-
CMYK0.130.2900.30
HSL272.31º25.49%60%-
HSV(B)272.31º29.05%70.2%-
XYZ29.2425.446.01-
YUV141.3149.28137.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=33.62%
G=27.55%
B=38.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551271790.130.2900.30272.3125.4960
Hex9B7FB3D1D01E110193c
Octal23317726315350364203174
Binary1001101111111111011001111011110101111010001000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,179); }

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

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

 a { background-color: rgb(155,127,179); }

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

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

 span { border-color: rgb(155,127,179); }

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