#9E5ACC

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

Shades of Amethyst #9E5ACC

Tints of Amethyst #9E5ACC

Color information

#9E5ACC (or 0x9E5ACC) is unknown color: approx Amethyst. HEX triplet: 9E, 5A and CC. RGB value is (158,90,204). Sum of RGB (Red+Green+Blue) = 158+90+204=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ACC is #61A533. Grayscale: #7A7A7A. Windows color (decimal): -6399284 or 13392542. OLE color: 13392542.

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

Color convert

RGB15890204-
CMYK0.230.5600.2
HSL275.79º52.78%57.65%-
HSV(B)275.79º55.88%80%-
XYZ28.6618.9459.27-
YUV123.33173.53152.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=34.96%
G=19.91%
B=45.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal158902040.230.5600.2275.7952.7857.65
Hex9E5ACC1738014114353a
Octal23613231427700244246572
Binary1001111010110101100110010111111000010100100010100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,90,204); }

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

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

 a { background-color: rgb(158,90,204); }

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

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

 span { border-color: rgb(158,90,204); }

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