#956EB3

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

Shades of Purple Mountain's Majesty #956EB3

Tints of Purple Mountain's Majesty #956EB3

Color information

#956EB3 (or 0x956EB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6E and B3. RGB value is (149,110,179). Sum of RGB (Red+Green+Blue) = 149+110+179=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #956EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EB3 is #6A914C. Grayscale: #818181. Windows color (decimal): -6984013 or 11759253. OLE color: 11759253.

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

Color convert

RGB149110179-
CMYK0.170.3900.30
HSL273.91º31.22%56.67%-
HSV(B)273.91º38.55%70.2%-
XYZ26.1120.845.29-
YUV129.53155.92141.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=34.02%
G=25.11%
B=40.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491101790.170.3900.30273.9131.2256.67
Hex956EB3112701E1121f39
Octal22515626321470364223771
Binary100101011101110101100111000110011101111010001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956EB3; }

 p { color: rgb(149,110,179); }

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

<style>
 a { background-color: #956EB3; }

 a { background-color: rgb(149,110,179); }

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

<style>
 span { border-color: #956EB3; }

 span { border-color: rgb(149,110,179); }

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