#956EBB

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

Shades of Purple Mountain's Majesty #956EBB

Tints of Purple Mountain's Majesty #956EBB

Color information

#956EBB (or 0x956EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6E and BB. RGB value is (149,110,187). Sum of RGB (Red+Green+Blue) = 149+110+187=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #956EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956EBB is #6A9144. Grayscale: #828282. Windows color (decimal): -6984005 or 12283541. OLE color: 12283541.

HSL color Cylindrical-coordinate representation of color #956EBB: hue angle of 270.39º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956EBB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149110187-
CMYK0.200.4100.27
HSL270.39º36.15%58.24%-
HSV(B)270.39º41.18%73.33%-
XYZ26.9421.1349.67-
YUV130.44159.92141.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=33.41%
G=24.66%
B=41.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491101870.200.4100.27270.3936.1558.24
Hex956EBB142901B10e243a
Octal22515627324510334164472
Binary1001010111011101011101110100101001011011100001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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