#871B9E

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

Shades of Vivid Violet #871B9E

Tints of Vivid Violet #871B9E

Color information

#871B9E (or 0x871B9E) is unknown color: approx Vivid Violet. HEX triplet: 87, 1B and 9E. RGB value is (135,27,158). Sum of RGB (Red+Green+Blue) = 135+27+158=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #871B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B9E is #78E461. Grayscale: #494949. Windows color (decimal): -7922786 or 10361735. OLE color: 10361735.

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

Color convert

RGB13527158-
CMYK0.150.8300.38
HSL289.47º70.81%36.27%-
HSV(B)289.47º82.91%61.96%-
XYZ16.568.433.1-
YUV74.23175.28171.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 27 (10.94% from 255) = 8.44%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=42.19%
G=8.44%
B=49.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135271580.150.8300.38289.4770.8136.27
Hex871B9EF530261214724
Octal207332361712304644110744
Binary1000011111011100111101111101001101001101001000011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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