#871B9B

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

Shades of Vivid Violet #871B9B

Tints of Vivid Violet #871B9B

Color information

#871B9B (or 0x871B9B) is unknown color: approx Vivid Violet. HEX triplet: 87, 1B and 9B. RGB value is (135,27,155). Sum of RGB (Red+Green+Blue) = 135+27+155=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #871B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B9B is #78E464. Grayscale: #494949. Windows color (decimal): -7922789 or 10165127. OLE color: 10165127.

HSL color Cylindrical-coordinate representation of color #871B9B: hue angle of 290.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871B9B is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13527155-
CMYK0.130.8300.39
HSL290.62º70.33%35.69%-
HSV(B)290.62º82.58%60.78%-
XYZ16.38.331.75-
YUV73.88173.78171.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 27 (10.94% from 255) = 8.52%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=42.59%
G=8.52%
B=48.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135271550.130.8300.39290.6270.3335.69
Hex871B9BD530271234624
Octal207332331512304744310644
Binary1000011111011100110111101101001101001111001000111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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