Html Css Color HEX #864DDA Amethyst

📋 copy color: '#864DDA'

red 134 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #864DDA

Tints of Amethyst #864DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.95%

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 31.24%
G = 17.95%
B = 50.82%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#864DDA (or 0x864DDA) is known color: Amethyst. HEX triplet: 86, 4D and DA. RGB value is (134,77,218). Sum of RGB (Red+Green+Blue) = 134+77+218=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #864DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DDA is #79B225. Grayscale: #6D6D6D. Windows color (decimal): -7975462 or 14306694. OLE color: 14306694.

HSL color Cylindrical-coordinate representation of color #864DDA: hue angle of 264.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864DDA is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 77 218 -
CMYK 0.39 0.65 0 0.15
HSL 264.26º 0.66% 0.58% -
HSV(B) 264.26º 0.65% 0.85% -
XYZ 25.14 15.44 67.98 -
YUV 110.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 134 77 218 0.39 0.65 0 0.15 264.26 0.66 0.58
Hex 86 4D DA 27 41 0 F 108 42 3A
Octal 206 115 332 47 101 0 17 410 102 72
Binary 10000110 1001101 11011010 100111 1000001 0 1111 100001000 1000010 111010

Color Harmonies of #864DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DDA

Black with #864DDA

Text Example


Text Example

White with #864DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,77,218); }

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

background-color css

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

 a { background-color: rgb(134,77,218); }

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

border-color css

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

 span { border-color: rgb(134,77,218); }

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