#864ECA

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

Shades of Amethyst #864ECA

Tints of Amethyst #864ECA

Color information

#864ECA (or 0x864ECA) is unknown color: approx Amethyst. HEX triplet: 86, 4E and CA. RGB value is (134,78,202). Sum of RGB (Red+Green+Blue) = 134+78+202=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #864ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864ECA is #79B135. Grayscale: #6C6C6C. Windows color (decimal): -7975222 or 13258374. OLE color: 13258374.

HSL color Cylindrical-coordinate representation of color #864ECA: hue angle of 267.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864ECA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13478202-
CMYK0.340.6100.21
HSL267.1º53.91%54.9%-
HSV(B)267.1º61.39%79.22%-
XYZ23.2214.7857.51-
YUV108.88180.55145.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=32.37%
G=18.84%
B=48.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134782020.340.6100.21267.153.9154.9
Hex864ECA223D01510b3637
Octal20611631242750254136667
Binary10000110100111011001010100010111101010101100001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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