#875cd2

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

Shades of Amethyst #875CD2

Tints of Amethyst #875CD2

Color information

#875CD2 (or 0x875CD2) is unknown color: approx Amethyst. HEX triplet: 87, 5C and D2. RGB value is (135,92,210). Sum of RGB (Red+Green+Blue) = 135+92+210=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #875CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CD2 is #78A32D. Grayscale: #757575. Windows color (decimal): -7906094 or 13786247. OLE color: 13786247.

HSL color Cylindrical-coordinate representation of color #875CD2: hue angle of 261.86º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875CD2 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13592210-
CMYK0.360.5600.18
HSL261.86º56.73%59.22%-
HSV(B)261.86º56.19%82.35%-
XYZ25.4517.4663-
YUV118.31179.75139.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 210 (82.42% from 255) = 48.05%
R=30.89%
G=21.05%
B=48.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135922100.360.5600.18261.8656.7359.22
Hex875CD22438012106393b
Octal20713432244700224067173
Binary10000111101110011010010100100111000010010100000110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875cd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,210); }

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

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

 a { background-color: rgb(135,92,210); }

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

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

 span { border-color: rgb(135,92,210); }

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