#906CB7

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

Shades of Purple Mountain's Majesty #906CB7

Tints of Purple Mountain's Majesty #906CB7

Color information

#906CB7 (or 0x906CB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 6C and B7. RGB value is (144,108,183). Sum of RGB (Red+Green+Blue) = 144+108+183=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #906CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CB7 is #6F9348. Grayscale: #7F7F7F. Windows color (decimal): -7312201 or 12020880. OLE color: 12020880.

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

Color convert

RGB144108183-
CMYK0.210.4100.28
HSL268.8º34.25%57.06%-
HSV(B)268.8º40.98%71.76%-
XYZ25.4120.0747.33-
YUV127.31159.43139.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=33.10%
G=24.83%
B=42.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1441081830.210.4100.28268.834.2557.06
Hex906CB7152901C10d2239
Octal22015426725510344154271
Binary1001000011011001011011110101101001011100100001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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