#9C6DCF

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

Shades of Amethyst #9C6DCF

Tints of Amethyst #9C6DCF

Color information

#9C6DCF (or 0x9C6DCF) is unknown color: approx Amethyst. HEX triplet: 9C, 6D and CF. RGB value is (156,109,207). Sum of RGB (Red+Green+Blue) = 156+109+207=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DCF is #639230. Grayscale: #858585. Windows color (decimal): -6525489 or 13594012. OLE color: 13594012.

HSL color Cylindrical-coordinate representation of color #9C6DCF: hue angle of 268.78º 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 #9C6DCF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156109207-
CMYK0.250.4700.19
HSL268.78º50.52%61.96%-
HSV(B)268.78º47.34%81.18%-
XYZ30.4422.5161.77-
YUV134.22169.07143.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=33.05%
G=23.09%
B=43.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561092070.250.4700.19268.7850.5261.96
Hex9C6DCF192F01310d333e
Octal23415531731570234156376
Binary1001110011011011100111111001101111010011100001101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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