Html Css Color HEX #871AD4 Blue Violet

📋 copy color: '#871AD4'

red 135 ◦ green 26 ◦ blue 212

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

Shades of Blue Violet #871AD4

Tints of Blue Violet #871AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 56.84%

R = 36.19%
G = 6.97%
B = 56.84%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#871AD4 (or 0x871AD4) is known color: Blue Violet. HEX triplet: 87, 1A and D4. RGB value is (135,26,212). Sum of RGB (Red+Green+Blue) = 135+26+212=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 212 (83.20% from 255 or 56.84% from 373); Max value from RGB is 212 - color contains mainly: blue. Hex color #871AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871AD4 is #78E52B. Grayscale: #4F4F4F. Windows color (decimal): -7922988 or 13900423. OLE color: 13900423.

HSL color Cylindrical-coordinate representation of color #871AD4: hue angle of 275.16º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871AD4 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 135 26 212 -
CMYK 0.36 0.88 0 0.17
HSL 275.16º 0.78% 0.47% -
HSV(B) 275.16º 0.88% 0.83% -
XYZ 22.24 10.64 63.17 -
YUV 79.8 202.61 167.38 -
System Red Green Blue C M Y K H S L
Decimal 135 26 212 0.36 0.88 0 0.17 275.16 0.78 0.47
Hex 87 1A D4 24 58 0 11 113 4E 2F
Octal 207 32 324 44 130 0 21 423 116 57
Binary 10000111 11010 11010100 100100 1011000 0 10001 100010011 1001110 101111

Color Harmonies of #871AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AD4

Black with #871AD4

Text Example


Text Example

White with #871AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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