#9D6ACD

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

Shades of Amethyst #9D6ACD

Tints of Amethyst #9D6ACD

Color information

#9D6ACD (or 0x9D6ACD) is unknown color: approx Amethyst. HEX triplet: 9D, 6A and CD. RGB value is (157,106,205). Sum of RGB (Red+Green+Blue) = 157+106+205=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6ACD is #629532. Grayscale: #848484. Windows color (decimal): -6460723 or 13462173. OLE color: 13462173.

HSL color Cylindrical-coordinate representation of color #9D6ACD: hue angle of 270.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D6ACD is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157106205-
CMYK0.230.4800.20
HSL270.91º49.75%60.98%-
HSV(B)270.91º48.29%80.39%-
XYZ30.0821.8860.4-
YUV132.54168.9145.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=33.55%
G=22.65%
B=43.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571062050.230.4800.20270.9149.7560.98
Hex9D6ACD173001410f323d
Octal23515231527600244176275
Binary1001110111010101100110110111110000010100100001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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