Html Css Color HEX #871DF6 Blue Violet

📋 copy color: '#871DF6'

red 135 ◦ green 29 ◦ blue 246

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

Shades of Blue Violet #871DF6

Tints of Blue Violet #871DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.07%

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

R = 32.93%
G = 7.07%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#871DF6 (or 0x871DF6) is known color: Blue Violet. HEX triplet: 87, 1D and F6. RGB value is (135,29,246). Sum of RGB (Red+Green+Blue) = 135+29+246=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #871DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871DF6 is #78E209. Grayscale: #545454. Windows color (decimal): -7922186 or 16129415. OLE color: 16129415.

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

Color convert

RGB 135 29 246 -
CMYK 0.45 0.88 0 0.04
HSL 269.31º 0.92% 0.54% -
HSV(B) 269.31º 0.88% 0.96% -
XYZ 27.07 12.68 88.21 -
YUV 85.43 218.62 163.36 -
System Red Green Blue C M Y K H S L
Decimal 135 29 246 0.45 0.88 0 0.04 269.31 0.92 0.54
Hex 87 1D F6 2D 58 0 4 10D 5C 36
Octal 207 35 366 55 130 0 4 415 134 66
Binary 10000111 11101 11110110 101101 1011000 0 100 100001101 1011100 110110

Color Harmonies of #871DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871DF6

Black with #871DF6

Text Example


Text Example

White with #871DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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