#8B72B2

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

Shades of Purple Mountain's Majesty #8B72B2

Tints of Purple Mountain's Majesty #8B72B2

Color information

#8B72B2 (or 0x8B72B2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8B, 72 and B2. RGB value is (139,114,178). Sum of RGB (Red+Green+Blue) = 139+114+178=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B72B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B72B2 is #748D4D. Grayscale: #808080. Windows color (decimal): -7638350 or 11694731. OLE color: 11694731.

HSL color Cylindrical-coordinate representation of color #8B72B2: hue angle of 263.44º degrees, saturation: 0.29, 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 #8B72B2 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB139114178-
CMYK0.220.3600.30
HSL263.44º29.36%57.25%-
HSV(B)263.44º35.96%69.8%-
XYZ24.720.7444.82-
YUV128.77155.78135.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 178 (69.92% from 255) = 41.30%
R=32.25%
G=26.45%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391141780.220.3600.30263.4429.3657.25
Hex8B72B2162401E1071d39
Octal21316226226440364073571
Binary100010111110010101100101011010010001111010000011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B72B2; }

 p { color: rgb(139,114,178); }

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

<style>
 a { background-color: #8B72B2; }

 a { background-color: rgb(139,114,178); }

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

<style>
 span { border-color: #8B72B2; }

 span { border-color: rgb(139,114,178); }

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