#863A80

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

Shades of Vivid Violet #863A80

Tints of Vivid Violet #863A80

Color information

#863A80 (or 0x863A80) is unknown color: approx Vivid Violet. HEX triplet: 86, 3A and 80. RGB value is (134,58,128). Sum of RGB (Red+Green+Blue) = 134+58+128=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #863A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863A80 is #79C57F. Grayscale: #585858. Windows color (decimal): -7980416 or 8403590. OLE color: 8403590.

HSL color Cylindrical-coordinate representation of color #863A80: hue angle of 304.74º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A80 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13458128-
CMYK00.570.040.47
HSL304.74º39.58%37.65%-
HSV(B)304.74º56.72%52.55%-
XYZ15.249.6521.48-
YUV88.7150.18160.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 128 (50.39% from 255) = 40%
R=41.88%
G=18.12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345812800.570.040.47304.7439.5837.65
Hex863A8003942F1312826
Octal206722000714574615046
Binary10000110111010100000000111001100101111100110001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,58,128); }

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

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

 a { background-color: rgb(134,58,128); }

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

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

 span { border-color: rgb(134,58,128); }

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