#9C6CCE

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

Shades of Amethyst #9C6CCE

Tints of Amethyst #9C6CCE

Color information

#9C6CCE (or 0x9C6CCE) is unknown color: approx Amethyst. HEX triplet: 9C, 6C and CE. RGB value is (156,108,206). Sum of RGB (Red+Green+Blue) = 156+108+206=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CCE is #639331. Grayscale: #858585. Windows color (decimal): -6525746 or 13528220. OLE color: 13528220.

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

Color convert

RGB156108206-
CMYK0.240.4800.19
HSL269.39º50%61.57%-
HSV(B)269.39º47.57%80.78%-
XYZ30.2122.2561.09-
YUV133.52168.9144.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 206 (80.86% from 255) = 43.83%
R=33.19%
G=22.98%
B=43.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561082060.240.4800.19269.395061.57
Hex9C6CCE183001310d323e
Octal23415431630600234156276
Binary1001110011011001100111011000110000010011100001101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,108,206); }

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

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

 a { background-color: rgb(156,108,206); }

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

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

 span { border-color: rgb(156,108,206); }

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