#9457e1

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

Shades of Amethyst #9457E1

Tints of Amethyst #9457E1

Color information

#9457E1 (or 0x9457E1) is unknown color: approx Amethyst. HEX triplet: 94, 57 and E1. RGB value is (148,87,225). Sum of RGB (Red+Green+Blue) = 148+87+225=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #9457E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457E1 is #6BA81E. Grayscale: #787878. Windows color (decimal): -7055391 or 14768020. OLE color: 14768020.

HSL color Cylindrical-coordinate representation of color #9457E1: hue angle of 266.52º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9457E1 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14887225-
CMYK0.340.6100.12
HSL266.52º69.7%61.18%-
HSV(B)266.52º61.33%88.24%-
XYZ29.2118.5573.27-
YUV120.97186.71147.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 225 (88.28% from 255) = 48.91%
R=32.17%
G=18.91%
B=48.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148872250.340.6100.12266.5269.761.18
Hex9457E1223D0C10b463d
Octal224127341427501441310675
Binary10010100101011111100001100010111101011001000010111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9457e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9457e1; }

 p { color: rgb(148,87,225); }

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

<style>
 a { background-color: #9457e1; }

 a { background-color: rgb(148,87,225); }

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

<style>
 span { border-color: #9457e1; }

 span { border-color: rgb(148,87,225); }

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