#9C58CA

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

Shades of Amethyst #9C58CA

Tints of Amethyst #9C58CA

Color information

#9C58CA (or 0x9C58CA) is unknown color: approx Amethyst. HEX triplet: 9C, 58 and CA. RGB value is (156,88,202). Sum of RGB (Red+Green+Blue) = 156+88+202=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58CA is #63A735. Grayscale: #787878. Windows color (decimal): -6530870 or 13260956. OLE color: 13260956.

HSL color Cylindrical-coordinate representation of color #9C58CA: hue angle of 275.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C58CA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15688202-
CMYK0.230.5600.21
HSL275.79º51.82%56.86%-
HSV(B)275.79º56.44%79.22%-
XYZ27.8618.3157.94-
YUV121.33173.53152.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.98%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=34.98%
G=19.73%
B=45.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156882020.230.5600.21275.7951.8256.86
Hex9C58CA17380151143439
Octal23413031227700254246471
Binary1001110010110001100101010111111000010101100010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,88,202); }

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

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

 a { background-color: rgb(156,88,202); }

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

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

 span { border-color: rgb(156,88,202); }

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