#876AD1

Color #876AD1 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #876AD1

Tints of True V #876AD1

Color information

#876AD1 (or 0x876AD1) is unknown color: approx True V. HEX triplet: 87, 6A and D1. RGB value is (135,106,209). Sum of RGB (Red+Green+Blue) = 135+106+209=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #876AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876AD1 is #78952E. Grayscale: #7E7E7E. Windows color (decimal): -7902511 or 13724295. OLE color: 13724295.

HSL color Cylindrical-coordinate representation of color #876AD1: hue angle of 256.89º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876AD1 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135106209-
CMYK0.350.4900.18
HSL256.89º52.82%61.76%-
HSV(B)256.89º49.28%81.96%-
XYZ26.6520.0662.79-
YUV126.41174.61134.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=30%
G=23.56%
B=46.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351062090.350.4900.18256.8952.8261.76
Hex876AD12331012101353e
Octal20715232143610224016576
Binary10000111110101011010001100011110001010010100000001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876AD1; }

 p { color: rgb(135,106,209); }

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

<style>
 a { background-color: #876AD1; }

 a { background-color: rgb(135,106,209); }

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

<style>
 span { border-color: #876AD1; }

 span { border-color: rgb(135,106,209); }

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