#9B72B3

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

Shades of Purple Mountain's Majesty #9B72B3

Tints of Purple Mountain's Majesty #9B72B3

Color information

#9B72B3 (or 0x9B72B3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 72 and B3. RGB value is (155,114,179). Sum of RGB (Red+Green+Blue) = 155+114+179=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B72B3 is #648D4C. Grayscale: #858585. Windows color (decimal): -6589773 or 11760283. OLE color: 11760283.

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

Color convert

RGB155114179-
CMYK0.130.3600.30
HSL277.85º29.95%57.45%-
HSV(B)277.85º36.31%70.2%-
XYZ27.6722.2645.49-
YUV133.67153.58143.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 179 (70.31% from 255) = 39.96%
R=34.60%
G=25.45%
B=39.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551141790.130.3600.30277.8529.9557.45
Hex9B72B3D2401E1161e39
Octal23316226315440364263671
Binary10011011111001010110011110110010001111010001011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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