#9D79C1

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

Shades of Purple Mountain's Majesty #9D79C1

Tints of Purple Mountain's Majesty #9D79C1

Color information

#9D79C1 (or 0x9D79C1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 79 and C1. RGB value is (157,121,193). Sum of RGB (Red+Green+Blue) = 157+121+193=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 121 (47.66% from 255 or 25.69% 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 #9D79C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D79C1 is #62863E. Grayscale: #8B8B8B. Windows color (decimal): -6456895 or 12679581. OLE color: 12679581.

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

Color convert

RGB157121193-
CMYK0.190.3700.24
HSL270º36.73%61.57%-
HSV(B)270º37.31%75.69%-
XYZ30.3724.6953.62-
YUV139.97157.93140.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=33.33%
G=25.69%
B=40.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571211930.190.3700.2427036.7361.57
Hex9D79C1132501810e253e
Octal23517130123450304164576
Binary1001110111110011100000110011100101011000100001110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D79C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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