Html Css Color HEX #854EDD Amethyst

📋 copy color: '#854EDD'

red 133 ◦ green 78 ◦ blue 221

#854EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #854EDD

Tints of Amethyst #854EDD

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 value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#854EDD (or 0x854EDD) is known color: 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

RGB 133 78 221 -
CMYK 0.40 0.65 0 0.13
HSL 263.08º 0.68% 0.59% -
HSV(B) 263.08º 0.65% 0.87% -
XYZ 25.45 15.66 70.09 -
YUV 110.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 133 78 221 0.40 0.65 0 0.13 263.08 0.68 0.59
Hex 85 4E DD 28 41 0 D 107 44 3B
Octal 205 116 335 50 101 0 15 407 104 73
Binary 10000101 1001110 11011101 101000 1000001 0 1101 100000111 1000100 111011

Color Harmonies of #854EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EDD

Black with #854EDD

Text Example


Text Example

White with #854EDD

Text Example


Text Example

HTML Codes & Css Web 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>