#9C4CE0

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

Shades of Amethyst #9C4CE0

Tints of Amethyst #9C4CE0

Color information

#9C4CE0 (or 0x9C4CE0) is unknown color: approx Amethyst. HEX triplet: 9C, 4C and E0. RGB value is (156,76,224). Sum of RGB (Red+Green+Blue) = 156+76+224=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C4CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4CE0 is #63B31F. Grayscale: #747474. Windows color (decimal): -6533920 or 14699676. OLE color: 14699676.

HSL color Cylindrical-coordinate representation of color #9C4CE0: hue angle of 272.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C4CE0 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15676224-
CMYK0.300.6600.12
HSL272.43º70.48%58.82%-
HSV(B)272.43º66.07%87.84%-
XYZ29.7517.6272.35-
YUV116.79188.5155.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 76 (30.08% from 255) = 16.67%
BLUE value IS 224 (87.89% from 255) = 49.12%
R=34.21%
G=16.67%
B=49.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal156762240.300.6600.12272.4370.4858.82
Hex9C4CE01E420C110463b
Octal2341143403610201442010673
Binary10011100100110011100000111101000010011001000100001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,224); }

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

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

 a { background-color: rgb(156,76,224); }

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

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

 span { border-color: rgb(156,76,224); }

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