Html Css Color HEX #871AF6 Blue Violet

📋 copy color: '#871AF6'

red 135 ◦ green 26 ◦ blue 246

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

Shades of Blue Violet #871AF6

Tints of Blue Violet #871AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 60.44%

R = 33.17%
G = 6.39%
B = 60.44%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#871AF6 (or 0x871AF6) is known color: Blue Violet. HEX triplet: 87, 1A and F6. RGB value is (135,26,246). Sum of RGB (Red+Green+Blue) = 135+26+246=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #871AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AF6 is #78E509. Grayscale: #525252. Windows color (decimal): -7922954 or 16128647. OLE color: 16128647.

HSL color Cylindrical-coordinate representation of color #871AF6: hue angle of 269.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871AF6 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 26 246 -
CMYK 0.45 0.89 0 0.04
HSL 269.73º 0.92% 0.53% -
HSV(B) 269.73º 0.89% 0.96% -
XYZ 27 12.54 88.19 -
YUV 83.67 219.61 164.61 -
System Red Green Blue C M Y K H S L
Decimal 135 26 246 0.45 0.89 0 0.04 269.73 0.92 0.53
Hex 87 1A F6 2D 59 0 4 10E 5C 35
Octal 207 32 366 55 131 0 4 416 134 65
Binary 10000111 11010 11110110 101101 1011001 0 100 100001110 1011100 110101

Color Harmonies of #871AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AF6

Black with #871AF6

Text Example


Text Example

White with #871AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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