#9D6DCA

Color #9D6DCA Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9D6DCA

Tints of Amethyst #9D6DCA

Color information

#9D6DCA (or 0x9D6DCA) is unknown color: approx Amethyst. HEX triplet: 9D, 6D and CA. RGB value is (157,109,202). Sum of RGB (Red+Green+Blue) = 157+109+202=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DCA is #629235. Grayscale: #858585. Windows color (decimal): -6459958 or 13266333. OLE color: 13266333.

HSL color Cylindrical-coordinate representation of color #9D6DCA: hue angle of 270.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6DCA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157109202-
CMYK0.220.4600.21
HSL270.97º46.73%60.98%-
HSV(B)270.97º46.04%79.22%-
XYZ30.0322.3758.61-
YUV133.95166.4144.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=33.55%
G=23.29%
B=43.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571092020.220.4600.21270.9746.7360.98
Hex9D6DCA162E01510f2f3d
Octal23515531226560254175775
Binary1001110111011011100101010110101110010101100001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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