#967BAF

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

Shades of Purple Mountain's Majesty #967BAF

Tints of Purple Mountain's Majesty #967BAF

Color information

#967BAF (or 0x967BAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7B and AF. RGB value is (150,123,175). Sum of RGB (Red+Green+Blue) = 150+123+175=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #967BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAF is #698450. Grayscale: #888888. Windows color (decimal): -6915153 or 11500438. OLE color: 11500438.

HSL color Cylindrical-coordinate representation of color #967BAF: hue angle of 271.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967BAF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150123175-
CMYK0.140.3000.31
HSL271.15º24.53%58.43%-
HSV(B)271.15º29.71%68.63%-
XYZ27.423.7543.7-
YUV137149.45137.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=33.48%
G=27.46%
B=39.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501231750.140.3000.31271.1524.5358.43
Hex967BAFE1E01F10f193a
Octal22617325716360374173172
Binary1001011011110111010111111101111001111110000111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,175); }

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

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

 a { background-color: rgb(150,123,175); }

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

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

 span { border-color: rgb(150,123,175); }

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