#967BBE

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

Shades of Purple Mountain's Majesty #967BBE

Tints of Purple Mountain's Majesty #967BBE

Color information

#967BBE (or 0x967BBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7B and BE. RGB value is (150,123,190). Sum of RGB (Red+Green+Blue) = 150+123+190=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #967BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BBE is #698441. Grayscale: #8A8A8A. Windows color (decimal): -6915138 or 12483478. OLE color: 12483478.

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

Color convert

RGB150123190-
CMYK0.210.3500.25
HSL264.18º34.01%61.37%-
HSV(B)264.18º35.26%74.51%-
XYZ28.9524.3751.89-
YUV138.71156.95136.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=32.40%
G=26.57%
B=41.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501231900.210.3500.25264.1834.0161.37
Hex967BBE1523019108223d
Octal22617327625430314104275
Binary1001011011110111011111010101100011011001100001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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