Html Css Color HEX #864EDE Amethyst

📋 copy color: '#864EDE'

red 134 ◦ green 78 ◦ blue 222

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

Shades of Amethyst #864EDE

Tints of Amethyst #864EDE

RGB

 RED value IS 134 (52.73% from 255) = 30.88%

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 30.88%
G = 17.97%
B = 51.15%

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

#864EDE (or 0x864EDE) is known color: Amethyst. HEX triplet: 86, 4E and DE. RGB value is (134,78,222). Sum of RGB (Red+Green+Blue) = 134+78+222=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #864EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EDE is #79B121. Grayscale: #6E6E6E. Windows color (decimal): -7975202 or 14569094. OLE color: 14569094.

HSL color Cylindrical-coordinate representation of color #864EDE: hue angle of 263.33º degrees, saturation: 0.69, 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 #864EDE is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 78 222 -
CMYK 0.40 0.65 0 0.13
HSL 263.33º 0.69% 0.59% -
HSV(B) 263.33º 0.65% 0.87% -
XYZ 25.74 15.79 70.8 -
YUV 111.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 134 78 222 0.40 0.65 0 0.13 263.33 0.69 0.59
Hex 86 4E DE 28 41 0 D 107 45 3B
Octal 206 116 336 50 101 0 15 407 105 73
Binary 10000110 1001110 11011110 101000 1000001 0 1101 100000111 1000101 111011

Color Harmonies of #864EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EDE

Black with #864EDE

Text Example


Text Example

White with #864EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864EDE; }

 p { color: rgb(134,78,222); }

 H1.HeaderClassName
 {
   color: #864EDE;
 }
 .AnyTagClassName
 {
   color: #864EDE;
 }
</style>

background-color css

<style>
 a { background-color: #864EDE; }

 a { background-color: rgb(134,78,222); }

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

border-color css

<style>
 span { border-color: #864EDE; }

 span { border-color: rgb(134,78,222); }

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