#957BBD

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

Shades of Purple Mountain's Majesty #957BBD

Tints of Purple Mountain's Majesty #957BBD

Color information

#957BBD (or 0x957BBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7B and BD. RGB value is (149,123,189). Sum of RGB (Red+Green+Blue) = 149+123+189=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #957BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBD is #6A8442. Grayscale: #8A8A8A. Windows color (decimal): -6980675 or 12417941. OLE color: 12417941.

HSL color Cylindrical-coordinate representation of color #957BBD: hue angle of 263.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957BBD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149123189-
CMYK0.210.3500.26
HSL263.64º33.33%61.18%-
HSV(B)263.64º34.92%74.12%-
XYZ28.6624.2351.31-
YUV138.3156.61135.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=32.32%
G=26.68%
B=41.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491231890.210.3500.26263.6433.3361.18
Hex957BBD152301A108213d
Octal22517327525430324104175
Binary1001010111110111011110110101100011011010100001000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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