#9D6FCD

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

Shades of Amethyst #9D6FCD

Tints of Amethyst #9D6FCD

Color information

#9D6FCD (or 0x9D6FCD) is unknown color: approx Amethyst. HEX triplet: 9D, 6F and CD. RGB value is (157,111,205). Sum of RGB (Red+Green+Blue) = 157+111+205=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6FCD is #629032. Grayscale: #878787. Windows color (decimal): -6459443 or 13463453. OLE color: 13463453.

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

Color convert

RGB157111205-
CMYK0.230.4600.20
HSL269.36º48.45%61.96%-
HSV(B)269.36º45.85%80.39%-
XYZ30.6122.9460.57-
YUV135.47167.24143.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=33.19%
G=23.47%
B=43.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571112050.230.4600.20269.3648.4561.96
Hex9D6FCD172E01410d303e
Octal23515731527560244156076
Binary1001110111011111100110110111101110010100100001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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