#957BBB

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

Shades of Purple Mountain's Majesty #957BBB

Tints of Purple Mountain's Majesty #957BBB

Color information

#957BBB (or 0x957BBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7B and BB. RGB value is (149,123,187). Sum of RGB (Red+Green+Blue) = 149+123+187=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #957BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBB is #6A8444. Grayscale: #898989. Windows color (decimal): -6980677 or 12286869. OLE color: 12286869.

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

Color convert

RGB149123187-
CMYK0.200.3400.27
HSL264.38º32%60.78%-
HSV(B)264.38º34.22%73.33%-
XYZ28.4524.1450.17-
YUV138.07155.61135.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.46%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=32.46%
G=26.80%
B=40.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491231870.200.3400.27264.383260.78
Hex957BBB142201B108203d
Octal22517327324420334104075
Binary1001010111110111011101110100100010011011100001000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,123,187); }

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

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

 a { background-color: rgb(149,123,187); }

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

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

 span { border-color: rgb(149,123,187); }

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