#9C4BE1

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

Shades of Amethyst #9C4BE1

Tints of Amethyst #9C4BE1

Color information

#9C4BE1 (or 0x9C4BE1) is unknown color: approx Amethyst. HEX triplet: 9C, 4B and E1. RGB value is (156,75,225). Sum of RGB (Red+Green+Blue) = 156+75+225=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #9C4BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4BE1 is #63B41E. Grayscale: #737373. Windows color (decimal): -6534175 or 14764956. OLE color: 14764956.

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

Color convert

RGB15675225-
CMYK0.310.6700.12
HSL272.4º71.43%58.82%-
HSV(B)272.4º66.67%88.24%-
XYZ29.8217.5473.05-
YUV116.32189.34156.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 75 (29.69% from 255) = 16.45%
BLUE value IS 225 (88.28% from 255) = 49.34%
R=34.21%
G=16.45%
B=49.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal156752250.310.6700.12272.471.4358.82
Hex9C4BE11F430C110473b
Octal2341133413710301442010773
Binary10011100100101111100001111111000011011001000100001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,75,225); }

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

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

 a { background-color: rgb(156,75,225); }

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

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

 span { border-color: rgb(156,75,225); }

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