Html Css Color HEX #871AAB Vivid Violet

📋 copy color: '#871AAB'

red 135 ◦ green 26 ◦ blue 171

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

Shades of Vivid Violet #871AAB

Tints of Vivid Violet #871AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 40.66%
G = 7.83%
B = 51.51%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#871AAB (or 0x871AAB) is known color: Vivid Violet. HEX triplet: 87, 1A and AB. RGB value is (135,26,171). Sum of RGB (Red+Green+Blue) = 135+26+171=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #871AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871AAB is #78E554. Grayscale: #4A4A4A. Windows color (decimal): -7923029 or 11213447. OLE color: 11213447.

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

Color convert

RGB 135 26 171 -
CMYK 0.21 0.85 0 0.33
HSL 285.1º 0.74% 0.39% -
HSV(B) 285.1º 0.85% 0.67% -
XYZ 17.71 8.83 39.3 -
YUV 75.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 135 26 171 0.21 0.85 0 0.33 285.1 0.74 0.39
Hex 87 1A AB 15 55 0 21 11D 4A 27
Octal 207 32 253 25 125 0 41 435 112 47
Binary 10000111 11010 10101011 10101 1010101 0 100001 100011101 1001010 100111

Color Harmonies of #871AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AAB

Black with #871AAB

Text Example


Text Example

White with #871AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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