#9C62CF

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

Shades of Amethyst #9C62CF

Tints of Amethyst #9C62CF

Color information

#9C62CF (or 0x9C62CF) is unknown color: approx Amethyst. HEX triplet: 9C, 62 and CF. RGB value is (156,98,207). Sum of RGB (Red+Green+Blue) = 156+98+207=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C62CF is #639D30. Grayscale: #7F7F7F. Windows color (decimal): -6528305 or 13591196. OLE color: 13591196.

HSL color Cylindrical-coordinate representation of color #9C62CF: hue angle of 271.93º 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 #9C62CF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15698207-
CMYK0.250.5300.19
HSL271.93º53.17%59.8%-
HSV(B)271.93º52.66%81.18%-
XYZ29.3420.3161.4-
YUV127.77172.72148.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=33.84%
G=21.26%
B=44.90%

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
Decimal156982070.250.5300.19271.9353.1759.8
Hex9C62CF1935013110353c
Octal23414231731650234206574
Binary1001110011000101100111111001110101010011100010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C62CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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