#9379BB

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

Shades of Purple Mountain's Majesty #9379BB

Tints of Purple Mountain's Majesty #9379BB

Color information

#9379BB (or 0x9379BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 79 and BB. RGB value is (147,121,187). Sum of RGB (Red+Green+Blue) = 147+121+187=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #9379BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9379BB is #6C8644. Grayscale: #888888. Windows color (decimal): -7112261 or 12286355. OLE color: 12286355.

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

Color convert

RGB147121187-
CMYK0.210.3500.27
HSL263.64º32.67%60.39%-
HSV(B)263.64º35.29%73.33%-
XYZ27.8423.4750.08-
YUV136.3156.61135.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=32.31%
G=26.59%
B=41.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471211870.210.3500.27263.6432.6760.39
Hex9379BB152301B108213c
Octal22317127325430334104174
Binary1001001111110011011101110101100011011011100001000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9379BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9379BB; }

 p { color: rgb(147,121,187); }

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

<style>
 a { background-color: #9379BB; }

 a { background-color: rgb(147,121,187); }

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

<style>
 span { border-color: #9379BB; }

 span { border-color: rgb(147,121,187); }

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