#863DF2

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

Shades of Blue Violet #863DF2

Tints of Blue Violet #863DF2

Color information

#863DF2 (or 0x863DF2) is unknown color: approx Blue Violet. HEX triplet: 86, 3D and F2. RGB value is (134,61,242). Sum of RGB (Red+Green+Blue) = 134+61+242=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #863DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DF2 is #79C20D. Grayscale: #666666. Windows color (decimal): -7979534 or 15875462. OLE color: 15875462.

HSL color Cylindrical-coordinate representation of color #863DF2: hue angle of 264.2º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863DF2 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13461242-
CMYK0.450.7500.05
HSL264.2º87.44%59.41%-
HSV(B)264.2º74.79%94.9%-
XYZ27.5314.8285.41-
YUV103.46206.18149.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 61 (24.22% from 255) = 13.96%
BLUE value IS 242 (94.92% from 255) = 55.38%
R=30.66%
G=13.96%
B=55.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134612420.450.7500.05264.287.4459.41
Hex863DF22D4B05108573b
Octal20675362551130541012773
Binary1000011011110111110010101101100101101011000010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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