#9C6DCC

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

Shades of Amethyst #9C6DCC

Tints of Amethyst #9C6DCC

Color information

#9C6DCC (or 0x9C6DCC) is unknown color: approx Amethyst. HEX triplet: 9C, 6D and CC. RGB value is (156,109,204). Sum of RGB (Red+Green+Blue) = 156+109+204=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DCC is #639233. Grayscale: #858585. Windows color (decimal): -6525492 or 13397404. OLE color: 13397404.

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

Color convert

RGB156109204-
CMYK0.240.4700.2
HSL269.68º48.22%61.37%-
HSV(B)269.68º46.57%80%-
XYZ30.0822.3659.86-
YUV133.88167.57143.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 204 (80.08% from 255) = 43.50%
R=33.26%
G=23.24%
B=43.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561092040.240.4700.2269.6848.2261.37
Hex9C6DCC182F01410e303d
Octal23415531430570244166075
Binary1001110011011011100110011000101111010100100001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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