#967EBE

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

Shades of Purple Mountain's Majesty #967EBE

Tints of Purple Mountain's Majesty #967EBE

Color information

#967EBE (or 0x967EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7E and BE. RGB value is (150,126,190). Sum of RGB (Red+Green+Blue) = 150+126+190=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #967EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBE is #698141. Grayscale: #8C8C8C. Windows color (decimal): -6914370 or 12484246. OLE color: 12484246.

HSL color Cylindrical-coordinate representation of color #967EBE: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #967EBE is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150126190-
CMYK0.210.3400.25
HSL262.5º32.99%61.96%-
HSV(B)262.5º33.68%74.51%-
XYZ29.3325.1252.02-
YUV140.47155.95134.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=32.19%
G=27.04%
B=40.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501261900.210.3400.25262.532.9961.96
Hex967EBE1522019106213e
Octal22617627625420314064176
Binary1001011011111101011111010101100010011001100000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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