#874ECD

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

Shades of Amethyst #874ECD

Tints of Amethyst #874ECD

Color information

#874ECD (or 0x874ECD) is unknown color: approx Amethyst. HEX triplet: 87, 4E and CD. RGB value is (135,78,205). Sum of RGB (Red+Green+Blue) = 135+78+205=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #874ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874ECD is #78B132. Grayscale: #6D6D6D. Windows color (decimal): -7909683 or 13454983. OLE color: 13454983.

HSL color Cylindrical-coordinate representation of color #874ECD: hue angle of 266.93º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874ECD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13578205-
CMYK0.340.6200.20
HSL266.93º55.95%55.49%-
HSV(B)266.93º61.95%80.39%-
XYZ23.7415.0159.4-
YUV109.52181.88146.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=32.30%
G=18.66%
B=49.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal135782050.340.6200.20266.9355.9555.49
Hex874ECD223E01410b3837
Octal20711631542760244137067
Binary10000111100111011001101100010111110010100100001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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