#956CB7

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

Shades of Purple Mountain's Majesty #956CB7

Tints of Purple Mountain's Majesty #956CB7

Color information

#956CB7 (or 0x956CB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6C and B7. RGB value is (149,108,183). Sum of RGB (Red+Green+Blue) = 149+108+183=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #956CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CB7 is #6A9348. Grayscale: #808080. Windows color (decimal): -6984521 or 12020885. OLE color: 12020885.

HSL color Cylindrical-coordinate representation of color #956CB7: hue angle of 272.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956CB7 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB149108183-
CMYK0.190.4100.28
HSL272.8º34.25%57.06%-
HSV(B)272.8º40.98%71.76%-
XYZ26.320.5347.38-
YUV128.81158.58142.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 183 (71.88% from 255) = 41.59%
R=33.86%
G=24.55%
B=41.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491081830.190.4100.28272.834.2557.06
Hex956CB7132901C1112239
Octal22515426723510344214271
Binary1001010111011001011011110011101001011100100010001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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