#915EBF

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

Shades of Amethyst #915EBF

Tints of Amethyst #915EBF

Color information

#915EBF (or 0x915EBF) is unknown color: approx Amethyst. HEX triplet: 91, 5E and BF. RGB value is (145,94,191). Sum of RGB (Red+Green+Blue) = 145+94+191=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #915EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EBF is #6EA140. Grayscale: #777777. Windows color (decimal): -7250241 or 12541585. OLE color: 12541585.

HSL color Cylindrical-coordinate representation of color #915EBF: hue angle of 271.55º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915EBF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14594191-
CMYK0.240.5100.25
HSL271.55º43.11%55.88%-
HSV(B)271.55º50.79%74.9%-
XYZ25.0817.7951.4-
YUV120.31167.9145.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 191 (75% from 255) = 44.42%
R=33.72%
G=21.86%
B=44.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145941910.240.5100.25271.5543.1155.88
Hex915EBF18330191102b38
Octal22113627730630314205370
Binary1001000110111101011111111000110011011001100010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,94,191); }

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

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

 a { background-color: rgb(145,94,191); }

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

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

 span { border-color: rgb(145,94,191); }

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