#863DD4

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

Shades of Blue Violet #863DD4

Tints of Blue Violet #863DD4

Color information

#863DD4 (or 0x863DD4) is unknown color: approx Blue Violet. HEX triplet: 86, 3D and D4. RGB value is (134,61,212). Sum of RGB (Red+Green+Blue) = 134+61+212=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 212 (83.20% from 255 or 52.09% from 407); Max value from RGB is 212 - color contains mainly: blue. Hex color #863DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DD4 is #79C22B. Grayscale: #636363. Windows color (decimal): -7979564 or 13909382. OLE color: 13909382.

HSL color Cylindrical-coordinate representation of color #863DD4: hue angle of 269.01º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863DD4 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13461212-
CMYK0.370.7100.17
HSL269.01º63.71%53.53%-
HSV(B)269.01º71.23%83.14%-
XYZ23.3813.1663.59-
YUV100.04191.18152.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 212 (83.20% from 255) = 52.09%
R=32.92%
G=14.99%
B=52.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134612120.370.7100.17269.0163.7153.53
Hex863DD4254701110d4036
Octal206753244510702141510066
Binary100001101111011101010010010110001110100011000011011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863DD4; }

 p { color: rgb(134,61,212); }

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

<style>
 a { background-color: #863DD4; }

 a { background-color: rgb(134,61,212); }

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

<style>
 span { border-color: #863DD4; }

 span { border-color: rgb(134,61,212); }

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