#871C9D

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

Shades of Vivid Violet #871C9D

Tints of Vivid Violet #871C9D

Color information

#871C9D (or 0x871C9D) is unknown color: approx Vivid Violet. HEX triplet: 87, 1C and 9D. RGB value is (135,28,157). Sum of RGB (Red+Green+Blue) = 135+28+157=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #871C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871C9D is #78E362. Grayscale: #4A4A4A. Windows color (decimal): -7922531 or 10296455. OLE color: 10296455.

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

Color convert

RGB13528157-
CMYK0.140.8200.38
HSL289.77º69.73%36.27%-
HSV(B)289.77º82.17%61.57%-
XYZ16.498.4232.65-
YUV74.7174.45171.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 28 (11.33% from 255) = 8.75%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=42.19%
G=8.75%
B=49.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135281570.140.8200.38289.7769.7336.27
Hex871C9DE520261224624
Octal207342351612204644210644
Binary1000011111100100111011110101001001001101001000101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,28,157); }

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

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

 a { background-color: rgb(135,28,157); }

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

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

 span { border-color: rgb(135,28,157); }

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