#915FD5

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

Shades of Amethyst #915FD5

Tints of Amethyst #915FD5

Color information

#915FD5 (or 0x915FD5) is unknown color: approx Amethyst. HEX triplet: 91, 5F and D5. RGB value is (145,95,213). Sum of RGB (Red+Green+Blue) = 145+95+213=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #915FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FD5 is #6EA02A. Grayscale: #7A7A7A. Windows color (decimal): -7249963 or 13983633. OLE color: 13983633.

HSL color Cylindrical-coordinate representation of color #915FD5: hue angle of 265.42º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915FD5 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14595213-
CMYK0.320.5500.16
HSL265.42º58.42%60.39%-
HSV(B)265.42º55.4%83.53%-
XYZ27.7819.0165.16-
YUV123.4178.56143.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.01%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 213 (83.59% from 255) = 47.02%
R=32.01%
G=20.97%
B=47.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal145952130.320.5500.16265.4258.4260.39
Hex915FD520370101093a3c
Octal22113732540670204117274
Binary10010001101111111010101100000110111010000100001001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,95,213); }

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

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

 a { background-color: rgb(145,95,213); }

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

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

 span { border-color: rgb(145,95,213); }

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