#863EAA

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

Shades of Vivid Violet #863EAA

Tints of Vivid Violet #863EAA

Color information

#863EAA (or 0x863EAA) is unknown color: approx Vivid Violet. HEX triplet: 86, 3E and AA. RGB value is (134,62,170). Sum of RGB (Red+Green+Blue) = 134+62+170=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #863EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863EAA is #79C155. Grayscale: #5F5F5F. Windows color (decimal): -7979350 or 11157126. OLE color: 11157126.

HSL color Cylindrical-coordinate representation of color #863EAA: hue angle of 280º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863EAA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13462170-
CMYK0.210.6400.33
HSL280º46.55%45.49%-
HSV(B)280º63.53%66.67%-
XYZ18.8111.4239.24-
YUV95.84169.85155.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=36.61%
G=16.94%
B=46.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134621700.210.6400.3328046.5545.49
Hex863EAA15400211182f2d
Octal20676252251000414305755
Binary10000110111110101010101010110000000100001100011000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,62,170); }

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

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

 a { background-color: rgb(134,62,170); }

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

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

 span { border-color: rgb(134,62,170); }

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