#9470BB

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

Shades of Purple Mountain's Majesty #9470BB

Tints of Purple Mountain's Majesty #9470BB

Color information

#9470BB (or 0x9470BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 70 and BB. RGB value is (148,112,187). Sum of RGB (Red+Green+Blue) = 148+112+187=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #9470BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470BB is #6B8F44. Grayscale: #838383. Windows color (decimal): -7049029 or 12284052. OLE color: 12284052.

HSL color Cylindrical-coordinate representation of color #9470BB: hue angle of 268.8º degrees, saturation: 0.36, 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 #9470BB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148112187-
CMYK0.210.4000.27
HSL268.8º35.55%58.63%-
HSV(B)268.8º40.11%73.33%-
XYZ26.9821.4749.74-
YUV131.31159.43139.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=33.11%
G=25.06%
B=41.83%

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
Decimal1481121870.210.4000.27268.835.5558.63
Hex9470BB152801B10d243b
Octal22416027325500334154473
Binary1001010011100001011101110101101000011011100001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9470BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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