#861EDD

Color #861EDD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #861EDD

Tints of Blue Violet #861EDD

Color information

#861EDD (or 0x861EDD) is unknown color: approx 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

RGB13430221-
CMYK0.390.8600.13
HSL272.67º76.1%49.22%-
HSV(B)272.67º86.43%86.67%-
XYZ23.3511.2269.34-
YUV82.87205.96164.47-

RGB Variations

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

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.40%
R=34.81%
G=7.79%
B=57.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134302210.390.8600.13272.6776.149.22
Hex861EDD27560D1114c31
Octal206363354712601542111461
Binary1000011011110110111011001111010110011011000100011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>