#947BAD

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

Shades of Purple Mountain's Majesty #947BAD

Tints of Purple Mountain's Majesty #947BAD

Color information

#947BAD (or 0x947BAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7B and AD. RGB value is (148,123,173). Sum of RGB (Red+Green+Blue) = 148+123+173=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #947BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAD is #6B8452. Grayscale: #888888. Windows color (decimal): -7046227 or 11369364. OLE color: 11369364.

HSL color Cylindrical-coordinate representation of color #947BAD: hue angle of 270º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947BAD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148123173-
CMYK0.140.2900.32
HSL270º23.36%58.04%-
HSV(B)270º28.9%67.84%-
XYZ26.8423.4842.65-
YUV136.17148.78136.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=33.33%
G=27.70%
B=38.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481231730.140.2900.3227023.3658.04
Hex947BADE1D02010e173a
Octal22417325516350404162772
Binary10010100111101110101101111011101010000010000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947BAD; }

 p { color: rgb(148,123,173); }

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

<style>
 a { background-color: #947BAD; }

 a { background-color: rgb(148,123,173); }

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

<style>
 span { border-color: #947BAD; }

 span { border-color: rgb(148,123,173); }

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