Html Css Color HEX #871DA0 Vivid Violet

📋 copy color: '#871DA0'

red 135 ◦ green 29 ◦ blue 160

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

Shades of Vivid Violet #871DA0

Tints of Vivid Violet #871DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

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

R = 41.67%
G = 8.95%
B = 49.38%

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

#871DA0 (or 0x871DA0) is known color: Vivid Violet. HEX triplet: 87, 1D and A0. RGB value is (135,29,160). Sum of RGB (Red+Green+Blue) = 135+29+160=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #871DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871DA0 is #78E25F. Grayscale: #4B4B4B. Windows color (decimal): -7922272 or 10493319. OLE color: 10493319.

HSL color Cylindrical-coordinate representation of color #871DA0: hue angle of 288.55º degrees, saturation: 0.69, 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 #871DA0 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 29 160 -
CMYK 0.16 0.82 0 0.37
HSL 288.55º 0.69% 0.37% -
HSV(B) 288.55º 0.82% 0.63% -
XYZ 16.78 8.57 34.03 -
YUV 75.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 135 29 160 0.16 0.82 0 0.37 288.55 0.69 0.37
Hex 87 1D A0 10 52 0 25 121 45 25
Octal 207 35 240 20 122 0 45 441 105 45
Binary 10000111 11101 10100000 10000 1010010 0 100101 100100001 1000101 100101

Color Harmonies of #871DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DA0

Black with #871DA0

Text Example


Text Example

White with #871DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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