#9351E4

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

Shades of Amethyst #9351E4

Tints of Amethyst #9351E4

Color information

#9351E4 (or 0x9351E4) is unknown color: approx Amethyst. HEX triplet: 93, 51 and E4. RGB value is (147,81,228). Sum of RGB (Red+Green+Blue) = 147+81+228=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #9351E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351E4 is #6CAE1B. Grayscale: #747474. Windows color (decimal): -7122460 or 14963091. OLE color: 14963091.

HSL color Cylindrical-coordinate representation of color #9351E4: hue angle of 266.94º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9351E4 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14781228-
CMYK0.360.6400.11
HSL266.94º73.13%60.59%-
HSV(B)266.94º64.47%89.41%-
XYZ28.9817.6975.29-
YUV117.49190.37149.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.24%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 228 (89.45% from 255) = 50%
R=32.24%
G=17.76%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal147812280.360.6400.11266.9473.1360.59
Hex9351E424400B10b493d
Octal2231213444410001341311175
Binary100100111010001111001001001001000000010111000010111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9351E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9351E4; }

 p { color: rgb(147,81,228); }

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

<style>
 a { background-color: #9351E4; }

 a { background-color: rgb(147,81,228); }

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

<style>
 span { border-color: #9351E4; }

 span { border-color: rgb(147,81,228); }

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