#854EDD

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

Shades of Amethyst #854EDD

Tints of Amethyst #854EDD

Color information

#854EDD (or 0x854EDD) is unknown color: approx Amethyst. HEX triplet: 85, 4E and DD. RGB value is (133,78,221). Sum of RGB (Red+Green+Blue) = 133+78+221=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #854EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EDD is #7AB122. Grayscale: #6E6E6E. Windows color (decimal): -8040739 or 14503557. OLE color: 14503557.

HSL color Cylindrical-coordinate representation of color #854EDD: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854EDD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13378221-
CMYK0.400.6500.13
HSL263.08º67.77%58.63%-
HSV(B)263.08º64.71%86.67%-
XYZ25.4515.6670.09-
YUV110.75190.22143.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=30.79%
G=18.06%
B=51.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133782210.400.6500.13263.0867.7758.63
Hex854EDD28410D107443b
Octal2051163355010101540710473
Binary100001011001110110111011010001000001011011000001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854EDD; }

 p { color: rgb(133,78,221); }

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

<style>
 a { background-color: #854EDD; }

 a { background-color: rgb(133,78,221); }

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

<style>
 span { border-color: #854EDD; }

 span { border-color: rgb(133,78,221); }

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