#967EBB

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

Shades of Purple Mountain's Majesty #967EBB

Tints of Purple Mountain's Majesty #967EBB

Color information

#967EBB (or 0x967EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7E and BB. RGB value is (150,126,187). Sum of RGB (Red+Green+Blue) = 150+126+187=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #967EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBB is #698144. Grayscale: #8B8B8B. Windows color (decimal): -6914373 or 12287638. OLE color: 12287638.

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

Color convert

RGB150126187-
CMYK0.200.3300.27
HSL263.61º30.96%61.37%-
HSV(B)263.61º32.62%73.33%-
XYZ29.0124.9950.31-
YUV140.13154.45135.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=32.40%
G=27.21%
B=40.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501261870.200.3300.27263.6130.9661.37
Hex967EBB142101B1081f3d
Octal22617627324410334103775
Binary100101101111110101110111010010000101101110000100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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