#854DD5

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

Shades of Amethyst #854DD5

Tints of Amethyst #854DD5

Color information

#854DD5 (or 0x854DD5) is unknown color: approx Amethyst. HEX triplet: 85, 4D and D5. RGB value is (133,77,213). Sum of RGB (Red+Green+Blue) = 133+77+213=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #854DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DD5 is #7AB22A. Grayscale: #6C6C6C. Windows color (decimal): -8041003 or 13979013. OLE color: 13979013.

HSL color Cylindrical-coordinate representation of color #854DD5: hue angle of 264.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854DD5 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13377213-
CMYK0.380.6400.16
HSL264.71º61.82%56.86%-
HSV(B)264.71º63.85%83.53%-
XYZ24.3415.164.58-
YUV109.25186.55144.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=31.44%
G=18.20%
B=50.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133772130.380.6400.16264.7161.8256.86
Hex854DD526400101093e39
Octal205115325461000204117671
Binary100001011001101110101011001101000000010000100001001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,213); }

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

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

 a { background-color: rgb(133,77,213); }

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

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

 span { border-color: rgb(133,77,213); }

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