Html Css Color HEX #864EDD Amethyst

📋 copy color: '#864EDD'

red 134 ◦ green 78 ◦ blue 221

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

Shades of Amethyst #864EDD

Tints of Amethyst #864EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 30.95%
G = 18.01%
B = 51.04%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#864EDD (or 0x864EDD) is known color: Amethyst. HEX triplet: 86, 4E and DD. RGB value is (134,78,221). Sum of RGB (Red+Green+Blue) = 134+78+221=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #864EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EDD is #79B122. Grayscale: #6E6E6E. Windows color (decimal): -7975203 or 14503558. OLE color: 14503558.

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

Color convert

RGB 134 78 221 -
CMYK 0.39 0.65 0 0.13
HSL 263.5º 0.68% 0.59% -
HSV(B) 263.5º 0.65% 0.87% -
XYZ 25.61 15.74 70.09 -
YUV 111.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 134 78 221 0.39 0.65 0 0.13 263.5 0.68 0.59
Hex 86 4E DD 27 41 0 D 107 44 3B
Octal 206 116 335 47 101 0 15 407 104 73
Binary 10000110 1001110 11011101 100111 1000001 0 1101 100000111 1000100 111011

Color Harmonies of #864EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EDD

Black with #864EDD

Text Example


Text Example

White with #864EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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