Html Css Color HEX #871AAD Vivid Violet

📋 copy color: '#871AAD'

red 135 ◦ green 26 ◦ blue 173

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

Shades of Vivid Violet #871AAD

Tints of Vivid Violet #871AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 40.42%
G = 7.78%
B = 51.8%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#871AAD (or 0x871AAD) is known color: Vivid Violet. HEX triplet: 87, 1A and AD. RGB value is (135,26,173). Sum of RGB (Red+Green+Blue) = 135+26+173=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #871AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871AAD is #78E552. Grayscale: #4A4A4A. Windows color (decimal): -7923027 or 11344519. OLE color: 11344519.

HSL color Cylindrical-coordinate representation of color #871AAD: hue angle of 284.49º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871AAD is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 26 173 -
CMYK 0.22 0.85 0 0.32
HSL 284.49º 0.74% 0.39% -
HSV(B) 284.49º 0.85% 0.68% -
XYZ 17.9 8.91 40.31 -
YUV 75.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 135 26 173 0.22 0.85 0 0.32 284.49 0.74 0.39
Hex 87 1A AD 16 55 0 20 11C 4A 27
Octal 207 32 255 26 125 0 40 434 112 47
Binary 10000111 11010 10101101 10110 1010101 0 100000 100011100 1001010 100111

Color Harmonies of #871AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AAD

Black with #871AAD

Text Example


Text Example

White with #871AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,26,173); }

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

background-color css

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

 a { background-color: rgb(135,26,173); }

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

border-color css

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

 span { border-color: rgb(135,26,173); }

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