Html Css Color HEX #871BAB Vivid Violet

📋 copy color: '#871BAB'

red 135 ◦ green 27 ◦ blue 171

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

Shades of Vivid Violet #871BAB

Tints of Vivid Violet #871BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.11%

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

R = 40.54%
G = 8.11%
B = 51.35%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#871BAB (or 0x871BAB) is known color: Vivid Violet. HEX triplet: 87, 1B and AB. RGB value is (135,27,171). Sum of RGB (Red+Green+Blue) = 135+27+171=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #871BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871BAB is #78E454. Grayscale: #4B4B4B. Windows color (decimal): -7922773 or 11213703. OLE color: 11213703.

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

Color convert

RGB 135 27 171 -
CMYK 0.21 0.84 0 0.33
HSL 285º 0.73% 0.39% -
HSV(B) 285º 0.84% 0.67% -
XYZ 17.73 8.88 39.31 -
YUV 75.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 135 27 171 0.21 0.84 0 0.33 285 0.73 0.39
Hex 87 1B AB 15 54 0 21 11D 49 27
Octal 207 33 253 25 124 0 41 435 111 47
Binary 10000111 11011 10101011 10101 1010100 0 100001 100011101 1001001 100111

Color Harmonies of #871BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871BAB

Black with #871BAB

Text Example


Text Example

White with #871BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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