#9375BA

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

Shades of Purple Mountain's Majesty #9375BA

Tints of Purple Mountain's Majesty #9375BA

Color information

#9375BA (or 0x9375BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 75 and BA. RGB value is (147,117,186). Sum of RGB (Red+Green+Blue) = 147+117+186=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9375BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375BA is #6C8A45. Grayscale: #858585. Windows color (decimal): -7113286 or 12219795. OLE color: 12219795.

HSL color Cylindrical-coordinate representation of color #9375BA: hue angle of 266.09º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9375BA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147117186-
CMYK0.210.3700.27
HSL266.09º33.33%59.41%-
HSV(B)266.09º37.1%72.94%-
XYZ27.2622.4749.36-
YUV133.84157.44137.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=32.67%
G=26%
B=41.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471171860.210.3700.27266.0933.3359.41
Hex9375BA152501B10a213b
Octal22316527225450334124173
Binary1001001111101011011101010101100101011011100001010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9375BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9375BA; }

 p { color: rgb(147,117,186); }

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

<style>
 a { background-color: #9375BA; }

 a { background-color: rgb(147,117,186); }

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

<style>
 span { border-color: #9375BA; }

 span { border-color: rgb(147,117,186); }

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