#875BC6

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

Shades of Amethyst #875BC6

Tints of Amethyst #875BC6

Color information

#875BC6 (or 0x875BC6) is unknown color: approx Amethyst. HEX triplet: 87, 5B and C6. RGB value is (135,91,198). Sum of RGB (Red+Green+Blue) = 135+91+198=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #875BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BC6 is #78A439. Grayscale: #737373. Windows color (decimal): -7906362 or 12999559. OLE color: 12999559.

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

Color convert

RGB13591198-
CMYK0.320.5400.22
HSL264.67º48.42%56.67%-
HSV(B)264.67º54.04%77.65%-
XYZ23.9316.7155.39-
YUV116.35174.08141.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 198 (77.73% from 255) = 46.70%
R=31.84%
G=21.46%
B=46.70%

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
Decimal135911980.320.5400.22264.6748.4256.67
Hex875BC620360161093039
Octal20713330640660264116071
Binary10000111101101111000110100000110110010110100001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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