#967CBB

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

Shades of Purple Mountain's Majesty #967CBB

Tints of Purple Mountain's Majesty #967CBB

Color information

#967CBB (or 0x967CBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7C and BB. RGB value is (150,124,187). Sum of RGB (Red+Green+Blue) = 150+124+187=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #967CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CBB is #698344. Grayscale: #8A8A8A. Windows color (decimal): -6914885 or 12287126. OLE color: 12287126.

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

Color convert

RGB150124187-
CMYK0.200.3400.27
HSL264.76º31.66%60.98%-
HSV(B)264.76º33.69%73.33%-
XYZ28.7524.4950.22-
YUV138.96155.11135.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=32.54%
G=26.90%
B=40.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501241870.200.3400.27264.7631.6660.98
Hex967CBB142201B109203d
Octal22617427324420334114075
Binary1001011011111001011101110100100010011011100001001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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