#9D6DBA

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

Shades of Purple Mountain's Majesty #9D6DBA

Tints of Purple Mountain's Majesty #9D6DBA

Color information

#9D6DBA (or 0x9D6DBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9D, 6D and BA. RGB value is (157,109,186). Sum of RGB (Red+Green+Blue) = 157+109+186=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DBA is #629245. Grayscale: #838383. Windows color (decimal): -6459974 or 12217757. OLE color: 12217757.

HSL color Cylindrical-coordinate representation of color #9D6DBA: hue angle of 277.4º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D6DBA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157109186-
CMYK0.160.4100.27
HSL277.4º35.81%57.84%-
HSV(B)277.4º41.4%72.94%-
XYZ28.2421.6549.15-
YUV132.13158.4145.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=34.73%
G=24.12%
B=41.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571091860.160.4100.27277.435.8157.84
Hex9D6DBA102901B115243a
Octal23515527220510334254472
Binary1001110111011011011101010000101001011011100010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,109,186); }

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

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

 a { background-color: rgb(157,109,186); }

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

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

 span { border-color: rgb(157,109,186); }

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