#915EC1

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

Shades of Amethyst #915EC1

Tints of Amethyst #915EC1

Color information

#915EC1 (or 0x915EC1) is unknown color: approx Amethyst. HEX triplet: 91, 5E and C1. RGB value is (145,94,193). Sum of RGB (Red+Green+Blue) = 145+94+193=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #915EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EC1 is #6EA13E. Grayscale: #787878. Windows color (decimal): -7250239 or 12672657. OLE color: 12672657.

HSL color Cylindrical-coordinate representation of color #915EC1: hue angle of 270.91º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915EC1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14594193-
CMYK0.250.5100.24
HSL270.91º44.39%56.27%-
HSV(B)270.91º51.3%75.69%-
XYZ25.3117.8852.57-
YUV120.54168.9145.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=33.56%
G=21.76%
B=44.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal145941930.250.5100.24270.9144.3956.27
Hex915EC1193301810f2c38
Octal22113630131630304175470
Binary1001000110111101100000111001110011011000100001111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915EC1; }

 p { color: rgb(145,94,193); }

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

<style>
 a { background-color: #915EC1; }

 a { background-color: rgb(145,94,193); }

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

<style>
 span { border-color: #915EC1; }

 span { border-color: rgb(145,94,193); }

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