#956BBA

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

Shades of Purple Mountain's Majesty #956BBA

Tints of Purple Mountain's Majesty #956BBA

Color information

#956BBA (or 0x956BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6B and BA. RGB value is (149,107,186). Sum of RGB (Red+Green+Blue) = 149+107+186=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #956BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BBA is #6A9445. Grayscale: #808080. Windows color (decimal): -6984774 or 12217237. OLE color: 12217237.

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

Color convert

RGB149107186-
CMYK0.200.4200.27
HSL271.9º36.41%57.45%-
HSV(B)271.9º42.47%72.94%-
XYZ26.5220.4549-
YUV128.56160.41142.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=33.71%
G=24.21%
B=42.08%

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
Decimal1491071860.200.4200.27271.936.4157.45
Hex956BBA142A01B1102439
Octal22515327224520334204471
Binary1001010111010111011101010100101010011011100010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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