#906CB3

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

Shades of Purple Mountain's Majesty #906CB3

Tints of Purple Mountain's Majesty #906CB3

Color information

#906CB3 (or 0x906CB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 6C and B3. RGB value is (144,108,179). Sum of RGB (Red+Green+Blue) = 144+108+179=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #906CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CB3 is #6F934C. Grayscale: #7E7E7E. Windows color (decimal): -7312205 or 11758736. OLE color: 11758736.

HSL color Cylindrical-coordinate representation of color #906CB3: hue angle of 270.42º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #906CB3 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB144108179-
CMYK0.200.4000.30
HSL270.42º31.84%56.27%-
HSV(B)270.42º39.66%70.2%-
XYZ2519.9145.17-
YUV126.86157.43140.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 108 (42.58% from 255) = 25.06%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=33.41%
G=25.06%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441081790.200.4000.30270.4231.8456.27
Hex906CB3142801E10e2038
Octal22015426324500364164070
Binary1001000011011001011001110100101000011110100001110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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