#864DDB

Color #864DDB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #864DDB

Tints of Amethyst #864DDB

Color information

#864DDB (or 0x864DDB) is unknown color: approx Amethyst. HEX triplet: 86, 4D and DB. RGB value is (134,77,219). Sum of RGB (Red+Green+Blue) = 134+77+219=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #864DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DDB is #79B224. Grayscale: #6D6D6D. Windows color (decimal): -7975461 or 14372230. OLE color: 14372230.

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

Color convert

RGB13477219-
CMYK0.390.6500.14
HSL264.08º66.36%58.04%-
HSV(B)264.08º64.84%85.88%-
XYZ25.2715.4968.68-
YUV110.23189.38144.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=31.16%
G=17.91%
B=50.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal134772190.390.6500.14264.0866.3658.04
Hex864DDB27410E108423a
Octal2061153334710101641010272
Binary100001101001101110110111001111000001011101000010001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #864DDB;
 }
 .AnyTagClassName
 {
   color: #864DDB;
 }
</style>
background-color css

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

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

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

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

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

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