#875BC8

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

Shades of Amethyst #875BC8

Tints of Amethyst #875BC8

Color information

#875BC8 (or 0x875BC8) is unknown color: approx Amethyst. HEX triplet: 87, 5B and C8. RGB value is (135,91,200). Sum of RGB (Red+Green+Blue) = 135+91+200=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #875BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BC8 is #78A437. Grayscale: #747474. Windows color (decimal): -7906360 or 13130631. OLE color: 13130631.

HSL color Cylindrical-coordinate representation of color #875BC8: hue angle of 264.22º degrees, saturation: 0.5, 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 #875BC8 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13591200-
CMYK0.320.5400.22
HSL264.22º49.77%57.06%-
HSV(B)264.22º54.5%78.43%-
XYZ24.1616.856.61-
YUV116.58175.08141.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 91 (35.94% from 255) = 21.36%
BLUE value IS 200 (78.52% from 255) = 46.95%
R=31.69%
G=21.36%
B=46.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135912000.320.5400.22264.2249.7757.06
Hex875BC820360161083239
Octal20713331040660264106271
Binary10000111101101111001000100000110110010110100001000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,91,200); }

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

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

 a { background-color: rgb(135,91,200); }

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

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

 span { border-color: rgb(135,91,200); }

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