#9C64CF

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

Shades of Amethyst #9C64CF

Tints of Amethyst #9C64CF

Color information

#9C64CF (or 0x9C64CF) is unknown color: approx Amethyst. HEX triplet: 9C, 64 and CF. RGB value is (156,100,207). Sum of RGB (Red+Green+Blue) = 156+100+207=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64CF is #639B30. Grayscale: #808080. Windows color (decimal): -6527793 or 13591708. OLE color: 13591708.

HSL color Cylindrical-coordinate representation of color #9C64CF: hue angle of 271.4º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C64CF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156100207-
CMYK0.250.5200.19
HSL271.4º52.71%60.2%-
HSV(B)271.4º51.69%81.18%-
XYZ29.5320.6961.47-
YUV128.94172.05147.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=33.69%
G=21.60%
B=44.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561002070.250.5200.19271.452.7160.2
Hex9C64CF193401310f353c
Octal23414431731640234176574
Binary1001110011001001100111111001110100010011100001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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