#9D6AD6

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

Shades of Amethyst #9D6AD6

Tints of Amethyst #9D6AD6

Color information

#9D6AD6 (or 0x9D6AD6) is unknown color: approx Amethyst. HEX triplet: 9D, 6A and D6. RGB value is (157,106,214). Sum of RGB (Red+Green+Blue) = 157+106+214=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6AD6 is #629529. Grayscale: #858585. Windows color (decimal): -6460714 or 14051997. OLE color: 14051997.

HSL color Cylindrical-coordinate representation of color #9D6AD6: hue angle of 268.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D6AD6 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB157106214-
CMYK0.270.5000.16
HSL268.33º56.84%62.75%-
HSV(B)268.33º50.47%83.92%-
XYZ31.222.3366.28-
YUV133.56173.4144.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 214 (83.98% from 255) = 44.86%
R=32.91%
G=22.22%
B=44.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571062140.270.5000.16268.3356.8462.75
Hex9D6AD61B3201010c393f
Octal23515232633620204147177
Binary1001110111010101101011011011110010010000100001100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,106,214); }

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

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

 a { background-color: rgb(157,106,214); }

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

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

 span { border-color: rgb(157,106,214); }

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