#9D76C1

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

Shades of Purple Mountain's Majesty #9D76C1

Tints of Purple Mountain's Majesty #9D76C1

Color information

#9D76C1 (or 0x9D76C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 76 and C1. RGB value is (157,118,193). Sum of RGB (Red+Green+Blue) = 157+118+193=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76C1 is #62893E. Grayscale: #898989. Windows color (decimal): -6457663 or 12678813. OLE color: 12678813.

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

Color convert

RGB157118193-
CMYK0.190.3900.24
HSL271.2º37.69%60.98%-
HSV(B)271.2º38.86%75.69%-
XYZ30.0123.9853.5-
YUV138.21158.92141.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=33.55%
G=25.21%
B=41.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571181930.190.3900.24271.237.6960.98
Hex9D76C1132701810f263d
Octal23516630123470304174675
Binary1001110111101101100000110011100111011000100001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,118,193); }

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

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

 a { background-color: rgb(157,118,193); }

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

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

 span { border-color: rgb(157,118,193); }

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