#875AD1

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

Shades of Amethyst #875AD1

Tints of Amethyst #875AD1

Color information

#875AD1 (or 0x875AD1) is unknown color: approx Amethyst. HEX triplet: 87, 5A and D1. RGB value is (135,90,209). Sum of RGB (Red+Green+Blue) = 135+90+209=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #875AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AD1 is #78A52E. Grayscale: #747474. Windows color (decimal): -7906607 or 13720199. OLE color: 13720199.

HSL color Cylindrical-coordinate representation of color #875AD1: hue angle of 262.69º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875AD1 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13590209-
CMYK0.350.5700.18
HSL262.69º56.4%58.63%-
HSV(B)262.69º56.94%81.96%-
XYZ25.1617.0762.29-
YUV117.02179.91140.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=31.11%
G=20.74%
B=48.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135902090.350.5700.18262.6956.458.63
Hex875AD12339012107383b
Octal20713232143710224077073
Binary10000111101101011010001100011111001010010100000111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875AD1; }

 p { color: rgb(135,90,209); }

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

<style>
 a { background-color: #875AD1; }

 a { background-color: rgb(135,90,209); }

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

<style>
 span { border-color: #875AD1; }

 span { border-color: rgb(135,90,209); }

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