#956BB9

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

Shades of Purple Mountain's Majesty #956BB9

Tints of Purple Mountain's Majesty #956BB9

Color information

#956BB9 (or 0x956BB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6B and B9. RGB value is (149,107,185). Sum of RGB (Red+Green+Blue) = 149+107+185=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #956BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BB9 is #6A9446. Grayscale: #808080. Windows color (decimal): -6984775 or 12151701. OLE color: 12151701.

HSL color Cylindrical-coordinate representation of color #956BB9: hue angle of 272.31º 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 #956BB9 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149107185-
CMYK0.190.4200.27
HSL272.31º35.78%57.25%-
HSV(B)272.31º42.16%72.55%-
XYZ26.4120.4148.45-
YUV128.45159.91142.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=33.79%
G=24.26%
B=41.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491071850.190.4200.27272.3135.7857.25
Hex956BB9132A01B1102439
Octal22515327123520334204471
Binary1001010111010111011100110011101010011011100010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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