#956BB8

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

Shades of Purple Mountain's Majesty #956BB8

Tints of Purple Mountain's Majesty #956BB8

Color information

#956BB8 (or 0x956BB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 6B and B8. RGB value is (149,107,184). Sum of RGB (Red+Green+Blue) = 149+107+184=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #956BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BB8 is #6A9447. Grayscale: #808080. Windows color (decimal): -6984776 or 12086165. OLE color: 12086165.

HSL color Cylindrical-coordinate representation of color #956BB8: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #956BB8 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB149107184-
CMYK0.190.4200.28
HSL272.73º35.16%57.06%-
HSV(B)272.73º41.85%72.16%-
XYZ26.320.3747.89-
YUV128.34159.41142.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 184 (72.27% from 255) = 41.82%
R=33.86%
G=24.32%
B=41.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1491071840.190.4200.28272.7335.1657.06
Hex956BB8132A01C1112339
Octal22515327023520344214371
Binary1001010111010111011100010011101010011100100010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,184); }

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

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

 a { background-color: rgb(149,107,184); }

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

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

 span { border-color: rgb(149,107,184); }

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