#956CBA

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

Shades of Purple Mountain's Majesty #956CBA

Tints of Purple Mountain's Majesty #956CBA

Color information

#956CBA (or 0x956CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6C and BA. RGB value is (149,108,186). Sum of RGB (Red+Green+Blue) = 149+108+186=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #956CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CBA is #6A9345. Grayscale: #808080. Windows color (decimal): -6984518 or 12217493. OLE color: 12217493.

HSL color Cylindrical-coordinate representation of color #956CBA: hue angle of 271.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #956CBA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149108186-
CMYK0.200.4200.27
HSL271.54º36.11%57.65%-
HSV(B)271.54º41.94%72.94%-
XYZ26.6220.6649.04-
YUV129.15160.08142.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=33.63%
G=24.38%
B=41.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491081860.200.4200.27271.5436.1157.65
Hex956CBA142A01B110243a
Octal22515427224520334204472
Binary1001010111011001011101010100101010011011100010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,186); }

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

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

 a { background-color: rgb(149,108,186); }

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

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

 span { border-color: rgb(149,108,186); }

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