#915FD7

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

Shades of Amethyst #915FD7

Tints of Amethyst #915FD7

Color information

#915FD7 (or 0x915FD7) is unknown color: approx Amethyst. HEX triplet: 91, 5F and D7. RGB value is (145,95,215). Sum of RGB (Red+Green+Blue) = 145+95+215=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #915FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FD7 is #6EA028. Grayscale: #7B7B7B. Windows color (decimal): -7249961 or 14114705. OLE color: 14114705.

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

Color convert

RGB14595215-
CMYK0.330.5600.16
HSL265º60%60.78%-
HSV(B)265º55.81%84.31%-
XYZ28.0419.1166.5-
YUV123.63179.56143.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.87%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 215 (84.38% from 255) = 47.25%
R=31.87%
G=20.88%
B=47.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal145952150.330.5600.162656060.78
Hex915FD721380101093c3d
Octal22113732741700204117475
Binary10010001101111111010111100001111000010000100001001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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