#9A4CDC

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

Shades of Amethyst #9A4CDC

Tints of Amethyst #9A4CDC

Color information

#9A4CDC (or 0x9A4CDC) is unknown color: approx Amethyst. HEX triplet: 9A, 4C and DC. RGB value is (154,76,220). Sum of RGB (Red+Green+Blue) = 154+76+220=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A4CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4CDC is #65B323. Grayscale: #737373. Windows color (decimal): -6664996 or 14437530. OLE color: 14437530.

HSL color Cylindrical-coordinate representation of color #9A4CDC: hue angle of 272.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A4CDC is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15476220-
CMYK0.30.6500.14
HSL272.5º67.29%58.04%-
HSV(B)272.5º65.45%86.27%-
XYZ28.8317.2169.51-
YUV115.74186.84155.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=34.22%
G=16.89%
B=48.89%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154762200.30.6500.14272.567.2958.04
Hex9A4CDC1E410E110433a
Octal2321143343610101642010372
Binary10011010100110011011100111101000001011101000100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,76,220); }

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

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

 a { background-color: rgb(154,76,220); }

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

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

 span { border-color: rgb(154,76,220); }

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