Html Css Color HEX #864ED2 Amethyst

📋 copy color: '#864ED2'

red 134 ◦ green 78 ◦ blue 210

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

Shades of Amethyst #864ED2

Tints of Amethyst #864ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 49.76%

R = 31.75%
G = 18.48%
B = 49.76%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#864ED2 (or 0x864ED2) is known color: Amethyst. HEX triplet: 86, 4E and D2. RGB value is (134,78,210). Sum of RGB (Red+Green+Blue) = 134+78+210=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #864ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864ED2 is #79B12D. Grayscale: #6D6D6D. Windows color (decimal): -7975214 or 13782662. OLE color: 13782662.

HSL color Cylindrical-coordinate representation of color #864ED2: hue angle of 265.45º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #864ED2 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 78 210 -
CMYK 0.36 0.63 0 0.18
HSL 265.45º 0.59% 0.56% -
HSV(B) 265.45º 0.63% 0.82% -
XYZ 24.19 15.17 62.63 -
YUV 109.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 134 78 210 0.36 0.63 0 0.18 265.45 0.59 0.56
Hex 86 4E D2 24 3F 0 12 109 3B 38
Octal 206 116 322 44 77 0 22 411 73 70
Binary 10000110 1001110 11010010 100100 111111 0 10010 100001001 111011 111000

Color Harmonies of #864ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ED2

Black with #864ED2

Text Example


Text Example

White with #864ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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