#967FB2

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

Shades of Purple Mountain's Majesty #967FB2

Tints of Purple Mountain's Majesty #967FB2

Color information

#967FB2 (or 0x967FB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 7F and B2. RGB value is (150,127,178). Sum of RGB (Red+Green+Blue) = 150+127+178=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #967FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FB2 is #69804D. Grayscale: #8B8B8B. Windows color (decimal): -6914126 or 11698070. OLE color: 11698070.

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

Color convert

RGB150127178-
CMYK0.160.2900.30
HSL267.06º24.88%59.8%-
HSV(B)267.06º28.65%69.8%-
XYZ28.224.8845.43-
YUV139.69149.62135.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=32.97%
G=27.91%
B=39.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501271780.160.2900.30267.0624.8859.8
Hex967FB2101D01E10b193c
Octal22617726220350364133174
Binary10010110111111110110010100001110101111010000101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,178); }

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

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

 a { background-color: rgb(150,127,178); }

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

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

 span { border-color: rgb(150,127,178); }

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