#967FB4

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

Shades of Purple Mountain's Majesty #967FB4

Tints of Purple Mountain's Majesty #967FB4

Color information

#967FB4 (or 0x967FB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7F and B4. RGB value is (150,127,180). Sum of RGB (Red+Green+Blue) = 150+127+180=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #967FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FB4 is #69804B. Grayscale: #8B8B8B. Windows color (decimal): -6914124 or 11829142. OLE color: 11829142.

HSL color Cylindrical-coordinate representation of color #967FB4: hue angle of 266.04º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967FB4 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150127180-
CMYK0.170.2900.29
HSL266.04º26.11%60.2%-
HSV(B)266.04º29.44%70.59%-
XYZ28.4124.9646.5-
YUV139.92150.62135.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=32.82%
G=27.79%
B=39.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501271800.170.2900.29266.0426.1160.2
Hex967FB4111D01D10a1a3c
Octal22617726421350354123274
Binary10010110111111110110100100011110101110110000101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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