#9774BD

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

Shades of Purple Mountain's Majesty #9774BD

Tints of Purple Mountain's Majesty #9774BD

Color information

#9774BD (or 0x9774BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 74 and BD. RGB value is (151,116,189). Sum of RGB (Red+Green+Blue) = 151+116+189=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #9774BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9774BD is #688B42. Grayscale: #868686. Windows color (decimal): -6851395 or 12416151. OLE color: 12416151.

HSL color Cylindrical-coordinate representation of color #9774BD: hue angle of 268.77º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9774BD is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151116189-
CMYK0.200.3900.26
HSL268.77º35.61%59.8%-
HSV(B)268.77º38.62%74.12%-
XYZ28.1922.7451.05-
YUV134.79158.6139.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=33.11%
G=25.44%
B=41.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511161890.200.3900.26268.7735.6159.8
Hex9774BD142701A10d243c
Octal22716427524470324154474
Binary1001011111101001011110110100100111011010100001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9774BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9774BD; }

 p { color: rgb(151,116,189); }

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

<style>
 a { background-color: #9774BD; }

 a { background-color: rgb(151,116,189); }

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

<style>
 span { border-color: #9774BD; }

 span { border-color: rgb(151,116,189); }

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