#9F74C0

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

Shades of Purple Mountain's Majesty #9F74C0

Tints of Purple Mountain's Majesty #9F74C0

Color information

#9F74C0 (or 0x9F74C0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 74 and C0. RGB value is (159,116,192). Sum of RGB (Red+Green+Blue) = 159+116+192=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F74C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74C0 is #608B3F. Grayscale: #898989. Windows color (decimal): -6327104 or 12612767. OLE color: 12612767.

HSL color Cylindrical-coordinate representation of color #9F74C0: hue angle of 273.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F74C0 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159116192-
CMYK0.170.4000.25
HSL273.95º37.62%60.39%-
HSV(B)273.95º39.58%75.29%-
XYZ30.0623.6752.85-
YUV137.52158.75143.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=34.05%
G=24.84%
B=41.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591161920.170.4000.25273.9537.6260.39
Hex9F74C01128019112263c
Octal23716430021500314224674
Binary1001111111101001100000010001101000011001100010010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F74C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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