#936FB7

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

Shades of Purple Mountain's Majesty #936FB7

Tints of Purple Mountain's Majesty #936FB7

Color information

#936FB7 (or 0x936FB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 6F and B7. RGB value is (147,111,183). Sum of RGB (Red+Green+Blue) = 147+111+183=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #936FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FB7 is #6C9048. Grayscale: #818181. Windows color (decimal): -7114825 or 12021651. OLE color: 12021651.

HSL color Cylindrical-coordinate representation of color #936FB7: hue angle of 270º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936FB7 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB147111183-
CMYK0.200.3900.28
HSL270º33.33%57.65%-
HSV(B)270º39.34%71.76%-
XYZ26.2620.9947.47-
YUV129.97157.93140.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 183 (71.88% from 255) = 41.50%
R=33.33%
G=25.17%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471111830.200.3900.2827033.3357.65
Hex936FB7142701C10e213a
Octal22315726724470344164172
Binary1001001111011111011011110100100111011100100001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936FB7; }

 p { color: rgb(147,111,183); }

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

<style>
 a { background-color: #936FB7; }

 a { background-color: rgb(147,111,183); }

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

<style>
 span { border-color: #936FB7; }

 span { border-color: rgb(147,111,183); }

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