#871BAD

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

Shades of Vivid Violet #871BAD

Tints of Vivid Violet #871BAD

Color information

#871BAD (or 0x871BAD) is unknown color: approx Vivid Violet. HEX triplet: 87, 1B and AD. RGB value is (135,27,173). Sum of RGB (Red+Green+Blue) = 135+27+173=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #871BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871BAD is #78E452. Grayscale: #4B4B4B. Windows color (decimal): -7922771 or 11344775. OLE color: 11344775.

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

Color convert

RGB13527173-
CMYK0.220.8400.32
HSL284.38º73%39.22%-
HSV(B)284.38º84.39%67.84%-
XYZ17.938.9540.32-
YUV75.94182.78170.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 27 (10.94% from 255) = 8.06%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=40.30%
G=8.06%
B=51.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135271730.220.8400.32284.387339.22
Hex871BAD165402011c4927
Octal207332552612404043411147
Binary10000111110111010110110110101010001000001000111001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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