#9471BB

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

Shades of Purple Mountain's Majesty #9471BB

Tints of Purple Mountain's Majesty #9471BB

Color information

#9471BB (or 0x9471BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 71 and BB. RGB value is (148,113,187). Sum of RGB (Red+Green+Blue) = 148+113+187=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #9471BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471BB is #6B8E44. Grayscale: #838383. Windows color (decimal): -7048773 or 12284308. OLE color: 12284308.

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

Color convert

RGB148113187-
CMYK0.210.4000.27
HSL268.38º35.24%58.82%-
HSV(B)268.38º39.57%73.33%-
XYZ27.0921.6949.77-
YUV131.9159.1139.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=33.04%
G=25.22%
B=41.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481131870.210.4000.27268.3835.2458.82
Hex9471BB152801B10c233b
Octal22416127325500334144373
Binary1001010011100011011101110101101000011011100001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9471BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,113,187); }

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

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

 a { background-color: rgb(148,113,187); }

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

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

 span { border-color: rgb(148,113,187); }

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