Html Css Color HEX #871CA0 Vivid Violet

📋 copy color: '#871CA0'

red 135 ◦ green 28 ◦ blue 160

#871CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #871CA0

Tints of Vivid Violet #871CA0

RGB

 RED value IS 135 (53.13% from 255) = 41.8%

 GREEN value IS 28 (11.33% from 255) = 8.67%

 BLUE value IS 160 (62.89% from 255) = 49.54%

R = 41.8%
G = 8.67%
B = 49.54%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#871CA0 (or 0x871CA0) is known color: Vivid Violet. HEX triplet: 87, 1C and A0. RGB value is (135,28,160). Sum of RGB (Red+Green+Blue) = 135+28+160=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #871CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871CA0 is #78E35F. Grayscale: #4A4A4A. Windows color (decimal): -7922528 or 10493063. OLE color: 10493063.

HSL color Cylindrical-coordinate representation of color #871CA0: hue angle of 288.64º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871CA0 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 28 160 -
CMYK 0.16 0.82 0 0.37
HSL 288.64º 0.7% 0.37% -
HSV(B) 288.64º 0.83% 0.63% -
XYZ 16.75 8.52 34.02 -
YUV 75.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 135 28 160 0.16 0.82 0 0.37 288.64 0.7 0.37
Hex 87 1C A0 10 52 0 25 121 46 25
Octal 207 34 240 20 122 0 45 441 106 45
Binary 10000111 11100 10100000 10000 1010010 0 100101 100100001 1000110 100101

Color Harmonies of #871CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871CA0

Black with #871CA0

Text Example


Text Example

White with #871CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #871CA0;
 }
 .AnyTagClassName
 {
   color: #871CA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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