#967EAF

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

Shades of Purple Mountain's Majesty #967EAF

Tints of Purple Mountain's Majesty #967EAF

Color information

#967EAF (or 0x967EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7E and AF. RGB value is (150,126,175). Sum of RGB (Red+Green+Blue) = 150+126+175=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #967EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967EAF is #698150. Grayscale: #8A8A8A. Windows color (decimal): -6914385 or 11501206. OLE color: 11501206.

HSL color Cylindrical-coordinate representation of color #967EAF: hue angle of 269.39º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #967EAF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150126175-
CMYK0.140.2800.31
HSL269.39º23.44%59.02%-
HSV(B)269.39º28%68.63%-
XYZ27.7824.543.82-
YUV138.76148.45136.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=33.26%
G=27.94%
B=38.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501261750.140.2800.31269.3923.4459.02
Hex967EAFE1C01F10d173b
Octal22617625716340374152773
Binary1001011011111101010111111101110001111110000110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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