#875ABE

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

Shades of Amethyst #875ABE

Tints of Amethyst #875ABE

Color information

#875ABE (or 0x875ABE) is unknown color: approx Amethyst. HEX triplet: 87, 5A and BE. RGB value is (135,90,190). Sum of RGB (Red+Green+Blue) = 135+90+190=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #875ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ABE is #78A541. Grayscale: #727272. Windows color (decimal): -7906626 or 12475015. OLE color: 12475015.

HSL color Cylindrical-coordinate representation of color #875ABE: hue angle of 267º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #875ABE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13590190-
CMYK0.290.5300.25
HSL267º43.48%54.9%-
HSV(B)267º52.63%74.51%-
XYZ22.9416.1850.63-
YUV114.85170.41142.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=32.53%
G=21.69%
B=45.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135901900.290.5300.2526743.4854.9
Hex875ABE1D3501910b2b37
Octal20713227635650314135367
Binary1000011110110101011111011101110101011001100001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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