#9E78C1

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

Shades of Purple Mountain's Majesty #9E78C1

Tints of Purple Mountain's Majesty #9E78C1

Color information

#9E78C1 (or 0x9E78C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 78 and C1. RGB value is (158,120,193). Sum of RGB (Red+Green+Blue) = 158+120+193=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E78C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78C1 is #61873E. Grayscale: #8B8B8B. Windows color (decimal): -6391615 or 12679326. OLE color: 12679326.

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

Color convert

RGB158120193-
CMYK0.180.3800.24
HSL271.23º37.06%61.37%-
HSV(B)271.23º37.82%75.69%-
XYZ30.4424.5553.59-
YUV139.68158.09141.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=33.55%
G=25.48%
B=40.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581201930.180.3800.24271.2337.0661.37
Hex9E78C1122601810f253d
Octal23617030122460304174575
Binary1001111011110001100000110010100110011000100001111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E78C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,120,193); }

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

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

 a { background-color: rgb(158,120,193); }

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

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

 span { border-color: rgb(158,120,193); }

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