#871BAC

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

Shades of Vivid Violet #871BAC

Tints of Vivid Violet #871BAC

Color information

#871BAC (or 0x871BAC) is unknown color: approx Vivid Violet. HEX triplet: 87, 1B and AC. RGB value is (135,27,172). Sum of RGB (Red+Green+Blue) = 135+27+172=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #871BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871BAC is #78E453. Grayscale: #4B4B4B. Windows color (decimal): -7922772 or 11279239. OLE color: 11279239.

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

Color convert

RGB13527172-
CMYK0.220.8400.33
HSL284.69º72.86%39.02%-
HSV(B)284.69º84.3%67.45%-
XYZ17.838.9139.81-
YUV75.82182.28170.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=40.42%
G=8.08%
B=51.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135271720.220.8400.33284.6972.8639.02
Hex871BAC165402111d4927
Octal207332542612404143511147
Binary10000111110111010110010110101010001000011000111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,27,172); }

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

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

 a { background-color: rgb(135,27,172); }

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

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

 span { border-color: rgb(135,27,172); }

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