#915DD4

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

Shades of Amethyst #915DD4

Tints of Amethyst #915DD4

Color information

#915DD4 (or 0x915DD4) is unknown color: approx Amethyst. HEX triplet: 91, 5D and D4. RGB value is (145,93,212). Sum of RGB (Red+Green+Blue) = 145+93+212=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #915DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DD4 is #6EA22B. Grayscale: #797979. Windows color (decimal): -7250476 or 13917585. OLE color: 13917585.

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

Color convert

RGB14593212-
CMYK0.320.5600.17
HSL266.22º58.05%59.8%-
HSV(B)266.22º56.13%83.14%-
XYZ27.4818.664.43-
YUV122.11178.73144.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 212 (83.20% from 255) = 47.11%
R=32.22%
G=20.67%
B=47.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal145932120.320.5600.17266.2258.0559.8
Hex915DD4203801110a3a3c
Octal22113532440700214127274
Binary10010001101110111010100100000111000010001100001010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,93,212); }

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

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

 a { background-color: rgb(145,93,212); }

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

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

 span { border-color: rgb(145,93,212); }

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