#9F74B4

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

Shades of Purple Mountain's Majesty #9F74B4

Tints of Purple Mountain's Majesty #9F74B4

Color information

#9F74B4 (or 0x9F74B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 74 and B4. RGB value is (159,116,180). Sum of RGB (Red+Green+Blue) = 159+116+180=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F74B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74B4 is #608B4B. Grayscale: #878787. Windows color (decimal): -6327116 or 11826335. OLE color: 11826335.

HSL color Cylindrical-coordinate representation of color #9F74B4: hue angle of 280.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F74B4 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159116180-
CMYK0.120.3600.29
HSL280.31º29.91%58.04%-
HSV(B)280.31º35.56%70.59%-
XYZ28.7823.1646.13-
YUV136.15152.75144.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=34.95%
G=25.49%
B=39.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591161800.120.3600.29280.3129.9158.04
Hex9F74B4C2401D1181e3a
Octal23716426414440354303672
Binary10011111111010010110100110010010001110110001100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F74B4; }

 p { color: rgb(159,116,180); }

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

<style>
 a { background-color: #9F74B4; }

 a { background-color: rgb(159,116,180); }

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

<style>
 span { border-color: #9F74B4; }

 span { border-color: rgb(159,116,180); }

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