#915ACF

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

Shades of Amethyst #915ACF

Tints of Amethyst #915ACF

Color information

#915ACF (or 0x915ACF) is unknown color: approx Amethyst. HEX triplet: 91, 5A and CF. RGB value is (145,90,207). Sum of RGB (Red+Green+Blue) = 145+90+207=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #915ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ACF is #6EA530. Grayscale: #777777. Windows color (decimal): -7251249 or 13589137. OLE color: 13589137.

HSL color Cylindrical-coordinate representation of color #915ACF: hue angle of 268.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #915ACF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14590207-
CMYK0.300.5700.19
HSL268.21º54.93%58.24%-
HSV(B)268.21º56.52%81.18%-
XYZ26.617.8461.07-
YUV119.78177.22145.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.81%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=32.81%
G=20.36%
B=46.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145902070.300.5700.19268.2154.9358.24
Hex915ACF1E3901310c373a
Octal22113231736710234146772
Binary1001000110110101100111111110111001010011100001100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,90,207); }

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

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

 a { background-color: rgb(145,90,207); }

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

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

 span { border-color: rgb(145,90,207); }

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