#871CA2

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

Shades of Vivid Violet #871CA2

Tints of Vivid Violet #871CA2

Color information

#871CA2 (or 0x871CA2) is unknown color: approx Vivid Violet. HEX triplet: 87, 1C and A2. RGB value is (135,28,162). Sum of RGB (Red+Green+Blue) = 135+28+162=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #871CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871CA2 is #78E35D. Grayscale: #4A4A4A. Windows color (decimal): -7922526 or 10624135. OLE color: 10624135.

HSL color Cylindrical-coordinate representation of color #871CA2: hue angle of 287.91º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871CA2 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13528162-
CMYK0.170.8300.36
HSL287.91º70.53%37.25%-
HSV(B)287.91º82.72%63.53%-
XYZ16.938.5934.95-
YUV75.27176.95170.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=41.54%
G=8.62%
B=49.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135281620.170.8300.36287.9170.5337.25
Hex871CA211530241204725
Octal207342422112304444010745
Binary10000111111001010001010001101001101001001001000001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,28,162); }

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

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

 a { background-color: rgb(135,28,162); }

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

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

 span { border-color: rgb(135,28,162); }

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