#871DAA

Color #871DAA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #871DAA

Tints of Vivid Violet #871DAA

Color information

#871DAA (or 0x871DAA) is unknown color: approx Vivid Violet. HEX triplet: 87, 1D and AA. RGB value is (135,29,170). Sum of RGB (Red+Green+Blue) = 135+29+170=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #871DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871DAA is #78E255. Grayscale: #4C4C4C. Windows color (decimal): -7922262 or 11148679. OLE color: 11148679.

HSL color Cylindrical-coordinate representation of color #871DAA: hue angle of 285.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871DAA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13529170-
CMYK0.210.8300.33
HSL285.11º70.85%39.02%-
HSV(B)285.11º82.94%66.67%-
XYZ17.698.9338.82-
YUV76.77180.62169.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 29 (11.72% from 255) = 8.68%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=40.42%
G=8.68%
B=50.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135291700.210.8300.33285.1170.8539.02
Hex871DAA155302111d4727
Octal207352522512304143510747
Binary10000111111011010101010101101001101000011000111011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871DAA; }

 p { color: rgb(135,29,170); }

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

<style>
 a { background-color: #871DAA; }

 a { background-color: rgb(135,29,170); }

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

<style>
 span { border-color: #871DAA; }

 span { border-color: rgb(135,29,170); }

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