#863DD6

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

Shades of Blue Violet #863DD6

Tints of Blue Violet #863DD6

Color information

#863DD6 (or 0x863DD6) is unknown color: approx Blue Violet. HEX triplet: 86, 3D and D6. RGB value is (134,61,214). Sum of RGB (Red+Green+Blue) = 134+61+214=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #863DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DD6 is #79C229. Grayscale: #636363. Windows color (decimal): -7979562 or 14040454. OLE color: 14040454.

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

Color convert

RGB13461214-
CMYK0.370.7100.16
HSL268.63º65.11%53.92%-
HSV(B)268.63º71.5%83.92%-
XYZ23.6413.2664.93-
YUV100.27192.18152.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 61 (24.22% from 255) = 14.91%
BLUE value IS 214 (83.98% from 255) = 52.32%
R=32.76%
G=14.91%
B=52.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134612140.370.7100.16268.6365.1153.92
Hex863DD6254701010d4136
Octal206753264510702041510166
Binary100001101111011101011010010110001110100001000011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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