#874cd8

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

Shades of Amethyst #874CD8

Tints of Amethyst #874CD8

Color information

#874CD8 (or 0x874CD8) is unknown color: approx Amethyst. HEX triplet: 87, 4C and D8. RGB value is (135,76,216). Sum of RGB (Red+Green+Blue) = 135+76+216=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #874CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CD8 is #78B327. Grayscale: #6D6D6D. Windows color (decimal): -7910184 or 14175367. OLE color: 14175367.

HSL color Cylindrical-coordinate representation of color #874CD8: hue angle of 265.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874CD8 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13576216-
CMYK0.380.6500.15
HSL265.29º64.22%57.25%-
HSV(B)265.29º64.81%84.71%-
XYZ24.9715.2866.6-
YUV109.6188.05146.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 216 (84.77% from 255) = 50.59%
R=31.62%
G=17.80%
B=50.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135762160.380.6500.15265.2964.2257.25
Hex874CD826410F1094039
Octal2071143304610101741110071
Binary100001111001100110110001001101000001011111000010011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,216); }

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

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

 a { background-color: rgb(135,76,216); }

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

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

 span { border-color: rgb(135,76,216); }

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