#946fb6

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

Shades of Purple Mountain's Majesty #946FB6

Tints of Purple Mountain's Majesty #946FB6

Color information

#946FB6 (or 0x946FB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 6F and B6. RGB value is (148,111,182). Sum of RGB (Red+Green+Blue) = 148+111+182=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #946FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FB6 is #6B9049. Grayscale: #818181. Windows color (decimal): -7049290 or 11956116. OLE color: 11956116.

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

Color convert

RGB148111182-
CMYK0.190.3900.29
HSL271.27º32.72%57.45%-
HSV(B)271.27º39.01%71.37%-
XYZ26.3421.0446.93-
YUV130.16157.26140.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=33.56%
G=25.17%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481111820.190.3900.29271.2732.7257.45
Hex946FB6132701D10f2139
Octal22415726623470354174171
Binary1001010011011111011011010011100111011101100001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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