Html Css Color HEX #871DA4 Vivid Violet

📋 copy color: '#871DA4'

red 135 ◦ green 29 ◦ blue 164

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

Shades of Vivid Violet #871DA4

Tints of Vivid Violet #871DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50%

R = 41.16%
G = 8.84%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#871DA4 (or 0x871DA4) is known color: Vivid Violet. HEX triplet: 87, 1D and A4. RGB value is (135,29,164). Sum of RGB (Red+Green+Blue) = 135+29+164=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #871DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871DA4 is #78E25B. Grayscale: #4B4B4B. Windows color (decimal): -7922268 or 10755463. OLE color: 10755463.

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

Color convert

RGB 135 29 164 -
CMYK 0.18 0.82 0 0.36
HSL 287.11º 0.7% 0.38% -
HSV(B) 287.11º 0.82% 0.64% -
XYZ 17.13 8.71 35.9 -
YUV 76.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 135 29 164 0.18 0.82 0 0.36 287.11 0.7 0.38
Hex 87 1D A4 12 52 0 24 11F 46 26
Octal 207 35 244 22 122 0 44 437 106 46
Binary 10000111 11101 10100100 10010 1010010 0 100100 100011111 1000110 100110

Color Harmonies of #871DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DA4

Black with #871DA4

Text Example


Text Example

White with #871DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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