Html Css Color HEX #864DCE Amethyst

📋 copy color: '#864DCE'

red 134 ◦ green 77 ◦ blue 206

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

Shades of Amethyst #864DCE

Tints of Amethyst #864DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 32.13%
G = 18.47%
B = 49.4%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#864DCE (or 0x864DCE) is known color: Amethyst. HEX triplet: 86, 4D and CE. RGB value is (134,77,206). Sum of RGB (Red+Green+Blue) = 134+77+206=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #864DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DCE is #79B231. Grayscale: #6C6C6C. Windows color (decimal): -7975474 or 13520262. OLE color: 13520262.

HSL color Cylindrical-coordinate representation of color #864DCE: hue angle of 266.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #864DCE is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 77 206 -
CMYK 0.35 0.63 0 0.19
HSL 266.51º 0.57% 0.55% -
HSV(B) 266.51º 0.63% 0.81% -
XYZ 23.63 14.83 60.01 -
YUV 108.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 134 77 206 0.35 0.63 0 0.19 266.51 0.57 0.55
Hex 86 4D CE 23 3F 0 13 10B 39 37
Octal 206 115 316 43 77 0 23 413 71 67
Binary 10000110 1001101 11001110 100011 111111 0 10011 100001011 111001 110111

Color Harmonies of #864DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DCE

Black with #864DCE

Text Example


Text Example

White with #864DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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