#9c74be

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

Shades of Purple Mountain's Majesty #9C74BE

Tints of Purple Mountain's Majesty #9C74BE

Color information

#9C74BE (or 0x9C74BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 74 and BE. RGB value is (156,116,190). Sum of RGB (Red+Green+Blue) = 156+116+190=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74BE is #638B41. Grayscale: #888888. Windows color (decimal): -6523714 or 12481692. OLE color: 12481692.

HSL color Cylindrical-coordinate representation of color #9C74BE: hue angle of 272.43º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C74BE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156116190-
CMYK0.180.3900.25
HSL272.43º36.27%60%-
HSV(B)272.43º38.95%74.51%-
XYZ29.2523.2851.67-
YUV136.4158.25141.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.77%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=33.77%
G=25.11%
B=41.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561161900.180.3900.25272.4336.2760
Hex9C74BE1227019110243c
Octal23416427622470314204474
Binary1001110011101001011111010010100111011001100010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c74be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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