Html Css Color HEX #871AF9 Blue Violet

📋 copy color: '#871AF9'

red 135 ◦ green 26 ◦ blue 249

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

Shades of Blue Violet #871AF9

Tints of Blue Violet #871AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.73%

R = 32.93%
G = 6.34%
B = 60.73%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#871AF9 (or 0x871AF9) is known color: Blue Violet. HEX triplet: 87, 1A and F9. RGB value is (135,26,249). Sum of RGB (Red+Green+Blue) = 135+26+249=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #871AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AF9 is #78E506. Grayscale: #535353. Windows color (decimal): -7922951 or 16325255. OLE color: 16325255.

HSL color Cylindrical-coordinate representation of color #871AF9: hue angle of 269.33º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #871AF9 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 26 249 -
CMYK 0.46 0.90 0 0.02
HSL 269.33º 0.95% 0.54% -
HSV(B) 269.33º 0.9% 0.98% -
XYZ 27.46 12.73 90.63 -
YUV 84.01 221.11 164.37 -
System Red Green Blue C M Y K H S L
Decimal 135 26 249 0.46 0.90 0 0.02 269.33 0.95 0.54
Hex 87 1A F9 2E 5A 0 2 10D 5F 36
Octal 207 32 371 56 132 0 2 415 137 66
Binary 10000111 11010 11111001 101110 1011010 0 10 100001101 1011111 110110

Color Harmonies of #871AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871AF9

Black with #871AF9

Text Example


Text Example

White with #871AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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