Html Css Color HEX #861DDB Blue Violet

📋 copy color: '#861DDB'

red 134 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #861DDB

Tints of Blue Violet #861DDB

RGB

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

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

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

R = 35.08%
G = 7.59%
B = 57.33%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#861DDB (or 0x861DDB) is known color: Blue Violet. HEX triplet: 86, 1D and DB. RGB value is (134,29,219). Sum of RGB (Red+Green+Blue) = 134+29+219=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #861DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DDB is #79E224. Grayscale: #515151. Windows color (decimal): -7987749 or 14359942. OLE color: 14359942.

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

Color convert

RGB 134 29 219 -
CMYK 0.39 0.87 0 0.14
HSL 273.16º 0.77% 0.49% -
HSV(B) 273.16º 0.87% 0.86% -
XYZ 23.06 11.06 67.94 -
YUV 82.06 205.29 165.05 -
System Red Green Blue C M Y K H S L
Decimal 134 29 219 0.39 0.87 0 0.14 273.16 0.77 0.49
Hex 86 1D DB 27 57 0 E 111 4D 31
Octal 206 35 333 47 127 0 16 421 115 61
Binary 10000110 11101 11011011 100111 1010111 0 1110 100010001 1001101 110001

Color Harmonies of #861DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861DDB

Black with #861DDB

Text Example


Text Example

White with #861DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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