#956FBA

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

Shades of Purple Mountain's Majesty #956FBA

Tints of Purple Mountain's Majesty #956FBA

Color information

#956FBA (or 0x956FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6F and BA. RGB value is (149,111,186). Sum of RGB (Red+Green+Blue) = 149+111+186=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #956FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FBA is #6A9045. Grayscale: #828282. Windows color (decimal): -6983750 or 12218261. OLE color: 12218261.

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

Color convert

RGB149111186-
CMYK0.200.4000.27
HSL270.4º35.21%58.24%-
HSV(B)270.4º40.32%72.94%-
XYZ26.9421.349.15-
YUV130.91159.09140.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=33.41%
G=24.89%
B=41.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491111860.200.4000.27270.435.2158.24
Hex956FBA142801B10e233a
Octal22515727224500334164372
Binary1001010111011111011101010100101000011011100001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,186); }

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

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

 a { background-color: rgb(149,111,186); }

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

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

 span { border-color: rgb(149,111,186); }

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