#936EB9

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

Shades of Purple Mountain's Majesty #936EB9

Tints of Purple Mountain's Majesty #936EB9

Color information

#936EB9 (or 0x936EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 6E and B9. RGB value is (147,110,185). Sum of RGB (Red+Green+Blue) = 147+110+185=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #936EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EB9 is #6C9146. Grayscale: #818181. Windows color (decimal): -7115079 or 12152467. OLE color: 12152467.

HSL color Cylindrical-coordinate representation of color #936EB9: hue angle of 269.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #936EB9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147110185-
CMYK0.210.4100.27
HSL269.6º34.88%57.84%-
HSV(B)269.6º40.54%72.55%-
XYZ26.3720.8648.54-
YUV129.61159.26140.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=33.26%
G=24.89%
B=41.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471101850.210.4100.27269.634.8857.84
Hex936EB9152901B10e233a
Octal22315627125510334164372
Binary1001001111011101011100110101101001011011100001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,110,185); }

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

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

 a { background-color: rgb(147,110,185); }

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

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

 span { border-color: rgb(147,110,185); }

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