#861FD5

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

Shades of Blue Violet #861FD5

Tints of Blue Violet #861FD5

Color information

#861FD5 (or 0x861FD5) is unknown color: approx Blue Violet. HEX triplet: 86, 1F and D5. RGB value is (134,31,213). Sum of RGB (Red+Green+Blue) = 134+31+213=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #861FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861FD5 is #79E02A. Grayscale: #515151. Windows color (decimal): -7987243 or 13967238. OLE color: 13967238.

HSL color Cylindrical-coordinate representation of color #861FD5: hue angle of 273.96º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861FD5 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13431213-
CMYK0.370.8500.16
HSL273.96º74.59%47.84%-
HSV(B)273.96º85.45%83.53%-
XYZ22.3310.8563.87-
YUV82.54201.62164.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 31 (12.5% from 255) = 8.20%
BLUE value IS 213 (83.59% from 255) = 56.35%
R=35.45%
G=8.20%
B=56.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134312130.370.8500.16273.9674.5947.84
Hex861FD525550101124b30
Octal206373254512502042211360
Binary10000110111111101010110010110101010100001000100101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,31,213); }

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

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

 a { background-color: rgb(134,31,213); }

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

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

 span { border-color: rgb(134,31,213); }

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