#854EDB

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

Shades of Amethyst #854EDB

Tints of Amethyst #854EDB

Color information

#854EDB (or 0x854EDB) is unknown color: approx Amethyst. HEX triplet: 85, 4E and DB. RGB value is (133,78,219). Sum of RGB (Red+Green+Blue) = 133+78+219=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #854EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EDB is #7AB124. Grayscale: #6E6E6E. Windows color (decimal): -8040741 or 14372485. OLE color: 14372485.

HSL color Cylindrical-coordinate representation of color #854EDB: hue angle of 263.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854EDB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13378219-
CMYK0.390.6400.14
HSL263.4º66.2%58.24%-
HSV(B)263.4º64.38%85.88%-
XYZ25.1815.5568.69-
YUV110.52189.22144.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=30.93%
G=18.14%
B=50.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133782190.390.6400.14263.466.258.24
Hex854EDB27400E107423a
Octal2051163334710001640710272
Binary100001011001110110110111001111000000011101000001111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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