#915FCE

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

Shades of Amethyst #915FCE

Tints of Amethyst #915FCE

Color information

#915FCE (or 0x915FCE) is unknown color: approx Amethyst. HEX triplet: 91, 5F and CE. RGB value is (145,95,206). Sum of RGB (Red+Green+Blue) = 145+95+206=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #915FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FCE is #6EA031. Grayscale: #7A7A7A. Windows color (decimal): -7249970 or 13524881. OLE color: 13524881.

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

Color convert

RGB14595206-
CMYK0.300.5400.19
HSL267.03º53.11%59.02%-
HSV(B)267.03º53.88%80.78%-
XYZ26.9118.6660.58-
YUV122.6175.06143.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.51%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=32.51%
G=21.30%
B=46.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145952060.300.5400.19267.0353.1159.02
Hex915FCE1E3601310b353b
Octal22113731636660234136573
Binary1001000110111111100111011110110110010011100001011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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