#9C74B4

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

Shades of Purple Mountain's Majesty #9C74B4

Tints of Purple Mountain's Majesty #9C74B4

Color information

#9C74B4 (or 0x9C74B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 74 and B4. RGB value is (156,116,180). Sum of RGB (Red+Green+Blue) = 156+116+180=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C74B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74B4 is #638B4B. Grayscale: #878787. Windows color (decimal): -6523724 or 11826332. OLE color: 11826332.

HSL color Cylindrical-coordinate representation of color #9C74B4: hue angle of 277.5º 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 #9C74B4 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB156116180-
CMYK0.130.3600.29
HSL277.5º29.91%58.04%-
HSV(B)277.5º35.56%70.59%-
XYZ28.1922.8546.11-
YUV135.26153.25142.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=34.51%
G=25.66%
B=39.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561161800.130.3600.29277.529.9158.04
Hex9C74B4D2401D1161e3a
Octal23416426415440354263672
Binary10011100111010010110100110110010001110110001011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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