#967EB3

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

Shades of Purple Mountain's Majesty #967EB3

Tints of Purple Mountain's Majesty #967EB3

Color information

#967EB3 (or 0x967EB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7E and B3. RGB value is (150,126,179). Sum of RGB (Red+Green+Blue) = 150+126+179=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #967EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EB3 is #69814C. Grayscale: #8B8B8B. Windows color (decimal): -6914381 or 11763350. OLE color: 11763350.

HSL color Cylindrical-coordinate representation of color #967EB3: hue angle of 267.17º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967EB3 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB150126179-
CMYK0.160.3000.30
HSL267.17º25.85%59.8%-
HSV(B)267.17º29.61%70.2%-
XYZ28.1824.6645.92-
YUV139.22150.45135.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=32.97%
G=27.69%
B=39.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501261790.160.3000.30267.1725.8559.8
Hex967EB3101E01E10b1a3c
Octal22617626320360364133274
Binary10010110111111010110011100001111001111010000101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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