#875BCD

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

Shades of Amethyst #875BCD

Tints of Amethyst #875BCD

Color information

#875BCD (or 0x875BCD) is unknown color: approx Amethyst. HEX triplet: 87, 5B and CD. RGB value is (135,91,205). Sum of RGB (Red+Green+Blue) = 135+91+205=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #875BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BCD is #78A432. Grayscale: #747474. Windows color (decimal): -7906355 or 13458311. OLE color: 13458311.

HSL color Cylindrical-coordinate representation of color #875BCD: hue angle of 263.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875BCD is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13591205-
CMYK0.340.5600.20
HSL263.16º53.27%58.04%-
HSV(B)263.16º55.61%80.39%-
XYZ24.7517.0459.74-
YUV117.15177.58140.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=31.32%
G=21.11%
B=47.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal135912050.340.5600.20263.1653.2758.04
Hex875BCD2238014107353a
Octal20713331542700244076572
Binary10000111101101111001101100010111000010100100000111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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