#9C60CF

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

Shades of Amethyst #9C60CF

Tints of Amethyst #9C60CF

Color information

#9C60CF (or 0x9C60CF) is unknown color: approx Amethyst. HEX triplet: 9C, 60 and CF. RGB value is (156,96,207). Sum of RGB (Red+Green+Blue) = 156+96+207=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60CF is #639F30. Grayscale: #7E7E7E. Windows color (decimal): -6528817 or 13590684. OLE color: 13590684.

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

Color convert

RGB15696207-
CMYK0.250.5400.19
HSL272.43º53.62%59.41%-
HSV(B)272.43º53.62%81.18%-
XYZ29.1619.9461.34-
YUV126.59173.38148.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.99%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=33.99%
G=20.92%
B=45.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal156962070.250.5400.19272.4353.6259.41
Hex9C60CF1936013110363b
Octal23414031731660234206673
Binary1001110011000001100111111001110110010011100010000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C60CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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