#957BB0

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

Shades of Purple Mountain's Majesty #957BB0

Tints of Purple Mountain's Majesty #957BB0

Color information

#957BB0 (or 0x957BB0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7B and B0. RGB value is (149,123,176). Sum of RGB (Red+Green+Blue) = 149+123+176=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 176 - color contains mainly: blue. Hex color #957BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957BB0 is #6A844F. Grayscale: #888888. Windows color (decimal): -6980688 or 11565973. OLE color: 11565973.

HSL color Cylindrical-coordinate representation of color #957BB0: hue angle of 269.43º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957BB0 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149123176-
CMYK0.150.3000.31
HSL269.43º25.12%58.63%-
HSV(B)269.43º30.11%69.02%-
XYZ27.3123.6944.21-
YUV136.82150.11136.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 176 (69.14% from 255) = 39.29%
R=33.26%
G=27.46%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491231760.150.3000.31269.4325.1258.63
Hex957BB0F1E01F10d193b
Octal22517326017360374153173
Binary1001010111110111011000011111111001111110000110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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