#915fc4

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

Shades of Amethyst #915FC4

Tints of Amethyst #915FC4

Color information

#915FC4 (or 0x915FC4) is unknown color: approx Amethyst. HEX triplet: 91, 5F and C4. RGB value is (145,95,196). Sum of RGB (Red+Green+Blue) = 145+95+196=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #915FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FC4 is #6EA03B. Grayscale: #797979. Windows color (decimal): -7249980 or 12869521. OLE color: 12869521.

HSL color Cylindrical-coordinate representation of color #915FC4: hue angle of 269.7º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #915FC4 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14595196-
CMYK0.260.5200.23
HSL269.7º46.12%57.06%-
HSV(B)269.7º51.53%76.86%-
XYZ25.7318.1954.38-
YUV121.46170.06144.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 196 (76.95% from 255) = 44.95%
R=33.26%
G=21.79%
B=44.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal145951960.260.5200.23269.746.1257.06
Hex915FC41A3401710e2e39
Octal22113730432640274165671
Binary1001000110111111100010011010110100010111100001110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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