#967FBA

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

Shades of Purple Mountain's Majesty #967FBA

Tints of Purple Mountain's Majesty #967FBA

Color information

#967FBA (or 0x967FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7F and BA. RGB value is (150,127,186). Sum of RGB (Red+Green+Blue) = 150+127+186=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #967FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FBA is #698045. Grayscale: #8C8C8C. Windows color (decimal): -6914118 or 12222358. OLE color: 12222358.

HSL color Cylindrical-coordinate representation of color #967FBA: hue angle of 263.39º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967FBA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150127186-
CMYK0.190.3200.27
HSL263.39º29.95%61.37%-
HSV(B)263.39º31.72%72.94%-
XYZ29.0325.2149.79-
YUV140.6153.62134.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=32.40%
G=27.43%
B=40.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501271860.190.3200.27263.3929.9561.37
Hex967FBA132001B1071e3d
Octal22617727223400334073675
Binary100101101111111101110101001110000001101110000011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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