Html Css Color HEX #854EDC Amethyst

📋 copy color: '#854EDC'

red 133 ◦ green 78 ◦ blue 220

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

Shades of Amethyst #854EDC

Tints of Amethyst #854EDC

RGB

 RED value IS 133 (52.34% from 255) = 30.86%

 GREEN value IS 78 (30.86% from 255) = 18.1%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 30.86%
G = 18.1%
B = 51.04%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#854EDC (or 0x854EDC) is known color: Amethyst. HEX triplet: 85, 4E and DC. RGB value is (133,78,220). Sum of RGB (Red+Green+Blue) = 133+78+220=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #854EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EDC is #7AB123. Grayscale: #6E6E6E. Windows color (decimal): -8040740 or 14438021. OLE color: 14438021.

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

Color convert

RGB 133 78 220 -
CMYK 0.40 0.65 0 0.14
HSL 263.24º 0.67% 0.58% -
HSV(B) 263.24º 0.65% 0.86% -
XYZ 25.32 15.6 69.39 -
YUV 110.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 133 78 220 0.40 0.65 0 0.14 263.24 0.67 0.58
Hex 85 4E DC 28 41 0 E 107 43 3A
Octal 205 116 334 50 101 0 16 407 103 72
Binary 10000101 1001110 11011100 101000 1000001 0 1110 100000111 1000011 111010

Color Harmonies of #854EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854EDC

Black with #854EDC

Text Example


Text Example

White with #854EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #854EDC;
 }
 .AnyTagClassName
 {
   color: #854EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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