Html Css Color HEX #861EDD Blue Violet

📋 copy color: '#861EDD'

red 134 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #861EDD

Tints of Blue Violet #861EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 34.81%
G = 7.79%
B = 57.4%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#861EDD (or 0x861EDD) is known color: Blue Violet. HEX triplet: 86, 1E and DD. RGB value is (134,30,221). Sum of RGB (Red+Green+Blue) = 134+30+221=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #861EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861EDD is #79E122. Grayscale: #525252. Windows color (decimal): -7987491 or 14491270. OLE color: 14491270.

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

Color convert

RGB 134 30 221 -
CMYK 0.39 0.86 0 0.13
HSL 272.67º 0.76% 0.49% -
HSV(B) 272.67º 0.86% 0.87% -
XYZ 23.35 11.22 69.34 -
YUV 82.87 205.96 164.47 -
System Red Green Blue C M Y K H S L
Decimal 134 30 221 0.39 0.86 0 0.13 272.67 0.76 0.49
Hex 86 1E DD 27 56 0 D 111 4C 31
Octal 206 36 335 47 126 0 15 421 114 61
Binary 10000110 11110 11011101 100111 1010110 0 1101 100010001 1001100 110001

Color Harmonies of #861EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861EDD

Black with #861EDD

Text Example


Text Example

White with #861EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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