#906CB2

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

Shades of Purple Mountain's Majesty #906CB2

Tints of Purple Mountain's Majesty #906CB2

Color information

#906CB2 (or 0x906CB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 6C and B2. RGB value is (144,108,178). Sum of RGB (Red+Green+Blue) = 144+108+178=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #906CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906CB2 is #6F934D. Grayscale: #7E7E7E. Windows color (decimal): -7312206 or 11693200. OLE color: 11693200.

HSL color Cylindrical-coordinate representation of color #906CB2: hue angle of 270.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906CB2 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB144108178-
CMYK0.190.3900.30
HSL270.86º31.25%56.08%-
HSV(B)270.86º39.33%69.8%-
XYZ24.919.8744.64-
YUV126.74156.93140.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 178 (69.92% from 255) = 41.40%
R=33.49%
G=25.12%
B=41.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441081780.190.3900.30270.8631.2556.08
Hex906CB2132701E10f1f38
Octal22015426223470364173770
Binary100100001101100101100101001110011101111010000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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