#9C58CC

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

Shades of Amethyst #9C58CC

Tints of Amethyst #9C58CC

Color information

#9C58CC (or 0x9C58CC) is unknown color: approx Amethyst. HEX triplet: 9C, 58 and CC. RGB value is (156,88,204). Sum of RGB (Red+Green+Blue) = 156+88+204=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C58CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C58CC is #63A733. Grayscale: #797979. Windows color (decimal): -6530868 or 13392028. OLE color: 13392028.

HSL color Cylindrical-coordinate representation of color #9C58CC: hue angle of 275.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C58CC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15688204-
CMYK0.240.5700.2
HSL275.17º53.21%57.25%-
HSV(B)275.17º56.86%80%-
XYZ28.118.4159.2-
YUV121.56174.53152.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 88 (34.77% from 255) = 19.64%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=34.82%
G=19.64%
B=45.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156882040.240.5700.2275.1753.2157.25
Hex9C58CC18390141133539
Octal23413031430710244236571
Binary1001110010110001100110011000111001010100100010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C58CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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