#967EBD

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

Shades of Purple Mountain's Majesty #967EBD

Tints of Purple Mountain's Majesty #967EBD

Color information

#967EBD (or 0x967EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7E and BD. RGB value is (150,126,189). Sum of RGB (Red+Green+Blue) = 150+126+189=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #967EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBD is #698142. Grayscale: #8C8C8C. Windows color (decimal): -6914371 or 12418710. OLE color: 12418710.

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

Color convert

RGB150126189-
CMYK0.210.3300.26
HSL262.86º32.31%61.76%-
HSV(B)262.86º33.33%74.12%-
XYZ29.2225.0851.44-
YUV140.36155.45134.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=32.26%
G=27.10%
B=40.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501261890.210.3300.26262.8632.3161.76
Hex967EBD152101A107203e
Octal22617627525410324074076
Binary1001011011111101011110110101100001011010100000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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