#8B66B4

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

Shades of Purple Mountain's Majesty #8B66B4

Tints of Purple Mountain's Majesty #8B66B4

Color information

#8B66B4 (or 0x8B66B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8B, 66 and B4. RGB value is (139,102,180). Sum of RGB (Red+Green+Blue) = 139+102+180=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B66B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B66B4 is #74994B. Grayscale: #797979. Windows color (decimal): -7641420 or 11822731. OLE color: 11822731.

HSL color Cylindrical-coordinate representation of color #8B66B4: hue angle of 268.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B66B4 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139102180-
CMYK0.230.4300.29
HSL268.46º34.21%55.29%-
HSV(B)268.46º43.33%70.59%-
XYZ23.6418.2945.46-
YUV121.96160.76140.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=33.02%
G=24.23%
B=42.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391021800.230.4300.29268.4634.2155.29
Hex8B66B4172B01D10c2237
Octal21314626427530354144267
Binary1000101111001101011010010111101011011101100001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,180); }

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

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

 a { background-color: rgb(139,102,180); }

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

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

 span { border-color: rgb(139,102,180); }

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