#863AAD

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

Shades of Vivid Violet #863AAD

Tints of Vivid Violet #863AAD

Color information

#863AAD (or 0x863AAD) is unknown color: approx Vivid Violet. HEX triplet: 86, 3A and AD. RGB value is (134,58,173). Sum of RGB (Red+Green+Blue) = 134+58+173=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #863AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863AAD is #79C552. Grayscale: #5D5D5D. Windows color (decimal): -7980371 or 11352710. OLE color: 11352710.

HSL color Cylindrical-coordinate representation of color #863AAD: hue angle of 279.65º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863AAD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13458173-
CMYK0.230.6600.32
HSL279.65º49.78%45.29%-
HSV(B)279.65º66.47%67.84%-
XYZ18.8911.1140.68-
YUV93.83172.68156.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=36.71%
G=15.89%
B=47.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134581730.230.6600.32279.6549.7845.29
Hex863AAD1742020118322d
Octal20672255271020404306255
Binary10000110111010101011011011110000100100000100011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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