#936BB5

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

Shades of Purple Mountain's Majesty #936BB5

Tints of Purple Mountain's Majesty #936BB5

Color information

#936BB5 (or 0x936BB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 6B and B5. RGB value is (147,107,181). Sum of RGB (Red+Green+Blue) = 147+107+181=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #936BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BB5 is #6C944A. Grayscale: #7F7F7F. Windows color (decimal): -7115851 or 11889555. OLE color: 11889555.

HSL color Cylindrical-coordinate representation of color #936BB5: hue angle of 272.43º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #936BB5 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147107181-
CMYK0.190.4100.29
HSL272.43º33.33%56.47%-
HSV(B)272.43º40.88%70.98%-
XYZ25.6320.0546.24-
YUV127.4158.25141.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=33.79%
G=24.60%
B=41.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471071810.190.4100.29272.4333.3356.47
Hex936BB5132901D1102138
Octal22315326523510354204170
Binary1001001111010111011010110011101001011101100010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,107,181); }

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

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

 a { background-color: rgb(147,107,181); }

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

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

 span { border-color: rgb(147,107,181); }

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