Html Css Color HEX #861FD1 Blue Violet

📋 copy color: '#861FD1'

red 134 ◦ green 31 ◦ blue 209

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

Shades of Blue Violet #861FD1

Tints of Blue Violet #861FD1

RGB

 RED value IS 134 (52.73% from 255) = 35.83%

 GREEN value IS 31 (12.5% from 255) = 8.29%

 BLUE value IS 209 (82.03% from 255) = 55.88%

R = 35.83%
G = 8.29%
B = 55.88%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#861FD1 (or 0x861FD1) is known color: Blue Violet. HEX triplet: 86, 1F and D1. RGB value is (134,31,209). Sum of RGB (Red+Green+Blue) = 134+31+209=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #861FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861FD1 is #79E02E. Grayscale: #515151. Windows color (decimal): -7987247 or 13705094. OLE color: 13705094.

HSL color Cylindrical-coordinate representation of color #861FD1: hue angle of 274.72º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861FD1 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 31 209 -
CMYK 0.36 0.85 0 0.18
HSL 274.72º 0.74% 0.47% -
HSV(B) 274.72º 0.85% 0.82% -
XYZ 21.83 10.65 61.23 -
YUV 82.09 199.62 165.03 -
System Red Green Blue C M Y K H S L
Decimal 134 31 209 0.36 0.85 0 0.18 274.72 0.74 0.47
Hex 86 1F D1 24 55 0 12 113 4A 2F
Octal 206 37 321 44 125 0 22 423 112 57
Binary 10000110 11111 11010001 100100 1010101 0 10010 100010011 1001010 101111

Color Harmonies of #861FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861FD1

Black with #861FD1

Text Example


Text Example

White with #861FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861FD1; }

 p { color: rgb(134,31,209); }

 H1.HeaderClassName
 {
   color: #861FD1;
 }
 .AnyTagClassName
 {
   color: #861FD1;
 }
</style>

background-color css

<style>
 a { background-color: #861FD1; }

 a { background-color: rgb(134,31,209); }

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

border-color css

<style>
 span { border-color: #861FD1; }

 span { border-color: rgb(134,31,209); }

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