#871AA4

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

Shades of Vivid Violet #871AA4

Tints of Vivid Violet #871AA4

Color information

#871AA4 (or 0x871AA4) is unknown color: approx Vivid Violet. HEX triplet: 87, 1A and A4. RGB value is (135,26,164). Sum of RGB (Red+Green+Blue) = 135+26+164=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #871AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871AA4 is #78E55B. Grayscale: #494949. Windows color (decimal): -7923036 or 10754695. OLE color: 10754695.

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

Color convert

RGB13526164-
CMYK0.180.8400.36
HSL287.39º72.63%37.25%-
HSV(B)287.39º84.15%64.31%-
XYZ17.068.5735.88-
YUV74.32178.61171.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=41.54%
G=8%
B=50.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal135261640.180.8400.36287.3972.6337.25
Hex871AA4125402411f4925
Octal207322442212404443711145
Binary10000111110101010010010010101010001001001000111111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,26,164); }

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

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

 a { background-color: rgb(135,26,164); }

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

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

 span { border-color: rgb(135,26,164); }

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