#936EB4

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

Shades of Purple Mountain's Majesty #936EB4

Tints of Purple Mountain's Majesty #936EB4

Color information

#936EB4 (or 0x936EB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 6E and B4. RGB value is (147,110,180). Sum of RGB (Red+Green+Blue) = 147+110+180=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #936EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EB4 is #6C914B. Grayscale: #808080. Windows color (decimal): -7115084 or 11824787. OLE color: 11824787.

HSL color Cylindrical-coordinate representation of color #936EB4: hue angle of 271.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936EB4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147110180-
CMYK0.180.3900.29
HSL271.71º31.82%56.86%-
HSV(B)271.71º38.89%70.59%-
XYZ25.8520.6545.8-
YUV129.04156.76140.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=33.64%
G=25.17%
B=41.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471101800.180.3900.29271.7131.8256.86
Hex936EB4122701D1102039
Octal22315626422470354204071
Binary1001001111011101011010010010100111011101100010000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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