#957CB9

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

Shades of Purple Mountain's Majesty #957CB9

Tints of Purple Mountain's Majesty #957CB9

Color information

#957CB9 (or 0x957CB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7C and B9. RGB value is (149,124,185). Sum of RGB (Red+Green+Blue) = 149+124+185=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #957CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CB9 is #6A8346. Grayscale: #8A8A8A. Windows color (decimal): -6980423 or 12156053. OLE color: 12156053.

HSL color Cylindrical-coordinate representation of color #957CB9: hue angle of 264.59º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957CB9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149124185-
CMYK0.190.3300.27
HSL264.59º30.35%60.59%-
HSV(B)264.59º32.97%72.55%-
XYZ28.3624.3149.1-
YUV138.43154.28135.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=32.53%
G=27.07%
B=40.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491241850.190.3300.27264.5930.3560.59
Hex957CB9132101B1091e3d
Octal22517427123410334113675
Binary100101011111100101110011001110000101101110000100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957CB9; }

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

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

<style>
 a { background-color: #957CB9; }

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

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

<style>
 span { border-color: #957CB9; }

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

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