#9C61CF

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

Shades of Amethyst #9C61CF

Tints of Amethyst #9C61CF

Color information

#9C61CF (or 0x9C61CF) is unknown color: approx Amethyst. HEX triplet: 9C, 61 and CF. RGB value is (156,97,207). Sum of RGB (Red+Green+Blue) = 156+97+207=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C61CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C61CF is #639E30. Grayscale: #7E7E7E. Windows color (decimal): -6528561 or 13590940. OLE color: 13590940.

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

Color convert

RGB15697207-
CMYK0.250.5300.19
HSL272.18º53.4%59.61%-
HSV(B)272.18º53.14%81.18%-
XYZ29.2520.1261.37-
YUV127.18173.05148.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 97 (38.28% from 255) = 21.09%
BLUE value IS 207 (81.25% from 255) = 45%
R=33.91%
G=21.09%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156972070.250.5300.19272.1853.459.61
Hex9C61CF1935013110353c
Octal23414131731650234206574
Binary1001110011000011100111111001110101010011100010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C61CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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