#875AC7

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

Shades of Amethyst #875AC7

Tints of Amethyst #875AC7

Color information

#875AC7 (or 0x875AC7) is unknown color: approx Amethyst. HEX triplet: 87, 5A and C7. RGB value is (135,90,199). Sum of RGB (Red+Green+Blue) = 135+90+199=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #875AC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AC7 is #78A538. Grayscale: #737373. Windows color (decimal): -7906617 or 13064839. OLE color: 13064839.

HSL color Cylindrical-coordinate representation of color #875AC7: hue angle of 264.77º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #875AC7 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13590199-
CMYK0.320.5500.22
HSL264.77º49.32%56.67%-
HSV(B)264.77º54.77%78.04%-
XYZ23.9616.5955.97-
YUV115.88174.91141.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 199 (78.12% from 255) = 46.93%
R=31.84%
G=21.23%
B=46.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135901990.320.5500.22264.7749.3256.67
Hex875AC720370161093139
Octal20713230740670264116171
Binary10000111101101011000111100000110111010110100001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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