#946FB7

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

Shades of Purple Mountain's Majesty #946FB7

Tints of Purple Mountain's Majesty #946FB7

Color information

#946FB7 (or 0x946FB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 6F and B7. RGB value is (148,111,183). Sum of RGB (Red+Green+Blue) = 148+111+183=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #946FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FB7 is #6B9048. Grayscale: #828282. Windows color (decimal): -7049289 or 12021652. OLE color: 12021652.

HSL color Cylindrical-coordinate representation of color #946FB7: hue angle of 270.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #946FB7 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB148111183-
CMYK0.190.3900.28
HSL270.83º33.33%57.65%-
HSV(B)270.83º39.34%71.76%-
XYZ26.4421.0847.48-
YUV130.27157.76140.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 183 (71.88% from 255) = 41.40%
R=33.48%
G=25.11%
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.28
SystemRedGreenBlueCMYKHSL
Decimal1481111830.190.3900.28270.8333.3357.65
Hex946FB7132701C10f213a
Octal22415726723470344174172
Binary1001010011011111011011110011100111011100100001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946FB7; }

 p { color: rgb(148,111,183); }

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

<style>
 a { background-color: #946FB7; }

 a { background-color: rgb(148,111,183); }

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

<style>
 span { border-color: #946FB7; }

 span { border-color: rgb(148,111,183); }

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