Html Css Color HEX #871DA1 Vivid Violet

📋 copy color: '#871DA1'

red 135 ◦ green 29 ◦ blue 161

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

Shades of Vivid Violet #871DA1

Tints of Vivid Violet #871DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 49.54%

R = 41.54%
G = 8.92%
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

#871DA1 (or 0x871DA1) is known color: Vivid Violet. HEX triplet: 87, 1D and A1. RGB value is (135,29,161). Sum of RGB (Red+Green+Blue) = 135+29+161=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #871DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871DA1 is #78E25E. Grayscale: #4B4B4B. Windows color (decimal): -7922271 or 10558855. OLE color: 10558855.

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

Color convert

RGB 135 29 161 -
CMYK 0.16 0.82 0 0.37
HSL 288.18º 0.69% 0.37% -
HSV(B) 288.18º 0.82% 0.63% -
XYZ 16.86 8.6 34.49 -
YUV 75.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 135 29 161 0.16 0.82 0 0.37 288.18 0.69 0.37
Hex 87 1D A1 10 52 0 25 120 45 25
Octal 207 35 241 20 122 0 45 440 105 45
Binary 10000111 11101 10100001 10000 1010010 0 100101 100100000 1000101 100101

Color Harmonies of #871DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DA1

Black with #871DA1

Text Example


Text Example

White with #871DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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