#9C78BE

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

Shades of Purple Mountain's Majesty #9C78BE

Tints of Purple Mountain's Majesty #9C78BE

Color information

#9C78BE (or 0x9C78BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 78 and BE. RGB value is (156,120,190). Sum of RGB (Red+Green+Blue) = 156+120+190=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78BE is #638741. Grayscale: #8A8A8A. Windows color (decimal): -6522690 or 12482716. OLE color: 12482716.

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

Color convert

RGB156120190-
CMYK0.180.3700.25
HSL270.86º35%60.78%-
HSV(B)270.86º36.84%74.51%-
XYZ29.7224.2251.82-
YUV138.74156.93140.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=33.48%
G=25.75%
B=40.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561201900.180.3700.25270.863560.78
Hex9C78BE122501910f233d
Octal23417027622450314174375
Binary1001110011110001011111010010100101011001100001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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