Html Css Color HEX #871AF1 Blue Violet

📋 copy color: '#871AF1'

red 135 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #871AF1

Tints of Blue Violet #871AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.95%

R = 33.58%
G = 6.47%
B = 59.95%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#871AF1 (or 0x871AF1) is known color: Blue Violet. HEX triplet: 87, 1A and F1. RGB value is (135,26,241). Sum of RGB (Red+Green+Blue) = 135+26+241=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #871AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AF1 is #78E50E. Grayscale: #525252. Windows color (decimal): -7922959 or 15800967. OLE color: 15800967.

HSL color Cylindrical-coordinate representation of color #871AF1: hue angle of 270.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871AF1 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 26 241 -
CMYK 0.44 0.89 0 0.05
HSL 270.42º 0.88% 0.52% -
HSV(B) 270.42º 0.89% 0.95% -
XYZ 26.24 12.24 84.2 -
YUV 83.1 217.11 165.02 -
System Red Green Blue C M Y K H S L
Decimal 135 26 241 0.44 0.89 0 0.05 270.42 0.88 0.52
Hex 87 1A F1 2C 59 0 5 10E 58 34
Octal 207 32 361 54 131 0 5 416 130 64
Binary 10000111 11010 11110001 101100 1011001 0 101 100001110 1011000 110100

Color Harmonies of #871AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AF1

Black with #871AF1

Text Example


Text Example

White with #871AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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