Html Css Color HEX #861EDB Blue Violet

📋 copy color: '#861EDB'

red 134 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #861EDB

Tints of Blue Violet #861EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.83%

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 34.99%
G = 7.83%
B = 57.18%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#861EDB (or 0x861EDB) is known color: Blue Violet. HEX triplet: 86, 1E and DB. RGB value is (134,30,219). Sum of RGB (Red+Green+Blue) = 134+30+219=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #861EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861EDB is #79E124. Grayscale: #515151. Windows color (decimal): -7987493 or 14360198. OLE color: 14360198.

HSL color Cylindrical-coordinate representation of color #861EDB: hue angle of 273.02º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861EDB is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 30 219 -
CMYK 0.39 0.86 0 0.14
HSL 273.02º 0.76% 0.49% -
HSV(B) 273.02º 0.86% 0.86% -
XYZ 23.08 11.11 67.95 -
YUV 82.64 204.96 164.63 -
System Red Green Blue C M Y K H S L
Decimal 134 30 219 0.39 0.86 0 0.14 273.02 0.76 0.49
Hex 86 1E DB 27 56 0 E 111 4C 31
Octal 206 36 333 47 126 0 16 421 114 61
Binary 10000110 11110 11011011 100111 1010110 0 1110 100010001 1001100 110001

Color Harmonies of #861EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861EDB

Black with #861EDB

Text Example


Text Example

White with #861EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,30,219); }

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

background-color css

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

 a { background-color: rgb(134,30,219); }

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

border-color css

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

 span { border-color: rgb(134,30,219); }

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