#874ECF

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

Shades of Amethyst #874ECF

Tints of Amethyst #874ECF

Color information

#874ECF (or 0x874ECF) is unknown color: approx Amethyst. HEX triplet: 87, 4E and CF. RGB value is (135,78,207). Sum of RGB (Red+Green+Blue) = 135+78+207=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #874ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874ECF is #78B130. Grayscale: #6D6D6D. Windows color (decimal): -7909681 or 13586055. OLE color: 13586055.

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

Color convert

RGB13578207-
CMYK0.350.6200.19
HSL266.51º57.33%55.88%-
HSV(B)266.51º62.32%81.18%-
XYZ23.9815.160.68-
YUV109.75182.88146.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=32.14%
G=18.57%
B=49.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135782070.350.6200.19266.5157.3355.88
Hex874ECF233E01310b3938
Octal20711631743760234137170
Binary10000111100111011001111100011111110010011100001011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874ECF; }

 p { color: rgb(135,78,207); }

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

<style>
 a { background-color: #874ECF; }

 a { background-color: rgb(135,78,207); }

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

<style>
 span { border-color: #874ECF; }

 span { border-color: rgb(135,78,207); }

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