#967AB5

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

Shades of Purple Mountain's Majesty #967AB5

Tints of Purple Mountain's Majesty #967AB5

Color information

#967AB5 (or 0x967AB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7A and B5. RGB value is (150,122,181). Sum of RGB (Red+Green+Blue) = 150+122+181=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #967AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AB5 is #69854A. Grayscale: #888888. Windows color (decimal): -6915403 or 11893398. OLE color: 11893398.

HSL color Cylindrical-coordinate representation of color #967AB5: hue angle of 268.47º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967AB5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150122181-
CMYK0.170.3300.29
HSL268.47º28.5%59.41%-
HSV(B)268.47º32.6%70.98%-
XYZ27.8823.7446.83-
YUV137.1152.78137.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=33.11%
G=26.93%
B=39.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501221810.170.3300.29268.4728.559.41
Hex967AB5112101D10c1d3b
Octal22617226521410354143573
Binary100101101111010101101011000110000101110110000110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,122,181); }

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

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

 a { background-color: rgb(150,122,181); }

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

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

 span { border-color: rgb(150,122,181); }

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