#967BBD

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

Shades of Purple Mountain's Majesty #967BBD

Tints of Purple Mountain's Majesty #967BBD

Color information

#967BBD (or 0x967BBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7B and BD. RGB value is (150,123,189). Sum of RGB (Red+Green+Blue) = 150+123+189=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #967BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BBD is #698442. Grayscale: #8A8A8A. Windows color (decimal): -6915139 or 12417942. OLE color: 12417942.

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

Color convert

RGB150123189-
CMYK0.210.3500.26
HSL264.55º33.33%61.18%-
HSV(B)264.55º34.92%74.12%-
XYZ28.8524.3251.32-
YUV138.6156.45136.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=32.47%
G=26.62%
B=40.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501231890.210.3500.26264.5533.3361.18
Hex967BBD152301A109213d
Octal22617327525430324114175
Binary1001011011110111011110110101100011011010100001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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