#860DEA

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

Shades of Blue Violet #860DEA

Tints of Blue Violet #860DEA

Color information

#860DEA (or 0x860DEA) is unknown color: approx Blue Violet. HEX triplet: 86, 0D and EA. RGB value is (134,13,234). Sum of RGB (Red+Green+Blue) = 134+13+234=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #860DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860DEA is #79F215. Grayscale: #494949. Windows color (decimal): -7991830 or 15338886. OLE color: 15338886.

HSL color Cylindrical-coordinate representation of color #860DEA: hue angle of 272.85º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860DEA is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13413234-
CMYK0.430.9400.08
HSL272.85º89.47%48.43%-
HSV(B)272.85º94.44%91.76%-
XYZ24.8311.378.71-
YUV74.37218.09170.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 13 (5.47% from 255) = 3.41%
BLUE value IS 234 (91.80% from 255) = 61.42%
R=35.17%
G=3.41%
B=61.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal134132340.430.9400.08272.8589.4748.43
Hex86DEA2B5E081115930
Octal206153525313601042113160
Binary100001101101111010101010111011110010001000100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860DEA; }

 p { color: rgb(134,13,234); }

 H1.HeaderClassName
 {
   color: #860DEA;
 }
 .AnyTagClassName
 {
   color: #860DEA;
 }
</style>
background-color css

<style>
 a { background-color: #860DEA; }

 a { background-color: rgb(134,13,234); }

 div.DivClassName
 {
   background-color: #860DEA;
 }
 .BgClassName
 {
   background-color: #860DEA;
 }
</style>
border-color css

<style>
 span { border-color: #860DEA; }

 span { border-color: rgb(134,13,234); }

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