#906CB6

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

Shades of Purple Mountain's Majesty #906CB6

Tints of Purple Mountain's Majesty #906CB6

Color information

#906CB6 (or 0x906CB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 6C and B6. RGB value is (144,108,182). Sum of RGB (Red+Green+Blue) = 144+108+182=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #906CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CB6 is #6F9349. Grayscale: #7E7E7E. Windows color (decimal): -7312202 or 11955344. OLE color: 11955344.

HSL color Cylindrical-coordinate representation of color #906CB6: hue angle of 269.19º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #906CB6 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144108182-
CMYK0.210.4100.29
HSL269.19º33.64%56.86%-
HSV(B)269.19º40.66%71.37%-
XYZ25.3120.0346.79-
YUV127.2158.93139.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=33.18%
G=24.88%
B=41.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441081820.210.4100.29269.1933.6456.86
Hex906CB6152901D10d2239
Octal22015426625510354154271
Binary1001000011011001011011010101101001011101100001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906CB6; }

 p { color: rgb(144,108,182); }

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

<style>
 a { background-color: #906CB6; }

 a { background-color: rgb(144,108,182); }

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

<style>
 span { border-color: #906CB6; }

 span { border-color: rgb(144,108,182); }

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