#9385AC

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

Shades of Purple Mountain's Majesty #9385AC

Tints of Purple Mountain's Majesty #9385AC

Color information

#9385AC (or 0x9385AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 85 and AC. RGB value is (147,133,172). Sum of RGB (Red+Green+Blue) = 147+133+172=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #9385AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9385AC is #6C7A53. Grayscale: #8D8D8D. Windows color (decimal): -7109204 or 11306387. OLE color: 11306387.

HSL color Cylindrical-coordinate representation of color #9385AC: hue angle of 261.54º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9385AC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147133172-
CMYK0.150.2300.33
HSL261.54º19.02%59.8%-
HSV(B)261.54º22.67%67.45%-
XYZ27.8725.9642.57-
YUV141.63145.14131.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=32.52%
G=29.42%
B=38.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471331720.150.2300.33261.5419.0259.8
Hex9385ACF17021106133c
Octal22320525417270414062374
Binary100100111000010110101100111110111010000110000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9385AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9385AC; }

 p { color: rgb(147,133,172); }

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

<style>
 a { background-color: #9385AC; }

 a { background-color: rgb(147,133,172); }

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

<style>
 span { border-color: #9385AC; }

 span { border-color: rgb(147,133,172); }

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