#967FAC

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

Shades of Purple Mountain's Majesty #967FAC

Tints of Purple Mountain's Majesty #967FAC

Color information

#967FAC (or 0x967FAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7F and AC. RGB value is (150,127,172). Sum of RGB (Red+Green+Blue) = 150+127+172=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #967FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FAC is #698053. Grayscale: #8A8A8A. Windows color (decimal): -6914132 or 11304854. OLE color: 11304854.

HSL color Cylindrical-coordinate representation of color #967FAC: hue angle of 270.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #967FAC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150127172-
CMYK0.130.2600.33
HSL270.67º21.33%58.63%-
HSV(B)270.67º26.16%67.45%-
XYZ27.6124.6442.33-
YUV139.01146.62135.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=33.41%
G=28.29%
B=38.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501271720.130.2600.33270.6721.3358.63
Hex967FACD1A02110f153b
Octal22617725415320414172573
Binary10010110111111110101100110111010010000110000111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967FAC; }

 p { color: rgb(150,127,172); }

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

<style>
 a { background-color: #967FAC; }

 a { background-color: rgb(150,127,172); }

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

<style>
 span { border-color: #967FAC; }

 span { border-color: rgb(150,127,172); }

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