Html Css Color HEX #871DAA Vivid Violet

📋 copy color: '#871DAA'

red 135 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #871DAA

Tints of Vivid Violet #871DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 40.42%
G = 8.68%
B = 50.9%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#871DAA (or 0x871DAA) is known color: Vivid Violet. HEX triplet: 87, 1D and AA. RGB value is (135,29,170). Sum of RGB (Red+Green+Blue) = 135+29+170=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #871DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871DAA is #78E255. Grayscale: #4C4C4C. Windows color (decimal): -7922262 or 11148679. OLE color: 11148679.

HSL color Cylindrical-coordinate representation of color #871DAA: hue angle of 285.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871DAA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 29 170 -
CMYK 0.21 0.83 0 0.33
HSL 285.11º 0.71% 0.39% -
HSV(B) 285.11º 0.83% 0.67% -
XYZ 17.69 8.93 38.82 -
YUV 76.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 135 29 170 0.21 0.83 0 0.33 285.11 0.71 0.39
Hex 87 1D AA 15 53 0 21 11D 47 27
Octal 207 35 252 25 123 0 41 435 107 47
Binary 10000111 11101 10101010 10101 1010011 0 100001 100011101 1000111 100111

Color Harmonies of #871DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DAA

Black with #871DAA

Text Example


Text Example

White with #871DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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