#9D6DCF

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

Shades of Amethyst #9D6DCF

Tints of Amethyst #9D6DCF

Color information

#9D6DCF (or 0x9D6DCF) is unknown color: approx Amethyst. HEX triplet: 9D, 6D and CF. RGB value is (157,109,207). Sum of RGB (Red+Green+Blue) = 157+109+207=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DCF is #629230. Grayscale: #868686. Windows color (decimal): -6459953 or 13594013. OLE color: 13594013.

HSL color Cylindrical-coordinate representation of color #9D6DCF: hue angle of 269.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D6DCF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157109207-
CMYK0.240.4700.19
HSL269.39º50.52%61.96%-
HSV(B)269.39º47.34%81.18%-
XYZ30.6422.6161.78-
YUV134.52168.9144.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=33.19%
G=23.04%
B=43.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571092070.240.4700.19269.3950.5261.96
Hex9D6DCF182F01310d333e
Octal23515531730570234156376
Binary1001110111011011100111111000101111010011100001101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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