#9D78B3

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

Shades of Purple Mountain's Majesty #9D78B3

Tints of Purple Mountain's Majesty #9D78B3

Color information

#9D78B3 (or 0x9D78B3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 78 and B3. RGB value is (157,120,179). Sum of RGB (Red+Green+Blue) = 157+120+179=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D78B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D78B3 is #62874C. Grayscale: #898989. Windows color (decimal): -6457165 or 11761821. OLE color: 11761821.

HSL color Cylindrical-coordinate representation of color #9D78B3: hue angle of 277.63º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D78B3 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB157120179-
CMYK0.120.3300.30
HSL277.63º27.96%58.63%-
HSV(B)277.63º32.96%70.2%-
XYZ28.7623.8645.74-
YUV137.79151.26141.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.43%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=34.43%
G=26.32%
B=39.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571201790.120.3300.30277.6327.9658.63
Hex9D78B3C2101E1161c3b
Octal23517026314410364263473
Binary10011101111100010110011110010000101111010001011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D78B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,120,179); }

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

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

 a { background-color: rgb(157,120,179); }

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

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

 span { border-color: rgb(157,120,179); }

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