#863FA4

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

Shades of Vivid Violet #863FA4

Tints of Vivid Violet #863FA4

Color information

#863FA4 (or 0x863FA4) is unknown color: approx Vivid Violet. HEX triplet: 86, 3F and A4. RGB value is (134,63,164). Sum of RGB (Red+Green+Blue) = 134+63+164=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #863FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863FA4 is #79C05B. Grayscale: #5F5F5F. Windows color (decimal): -7979100 or 10764166. OLE color: 10764166.

HSL color Cylindrical-coordinate representation of color #863FA4: hue angle of 282.18º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863FA4 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13463164-
CMYK0.180.6200.36
HSL282.18º44.49%44.51%-
HSV(B)282.18º61.59%64.31%-
XYZ18.3111.336.34-
YUV95.74166.52155.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=37.12%
G=17.45%
B=45.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134631640.180.6200.36282.1844.4944.51
Hex863FA4123E02411a2c2d
Octal2067724422760444325455
Binary1000011011111110100100100101111100100100100011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,63,164); }

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

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

 a { background-color: rgb(134,63,164); }

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

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

 span { border-color: rgb(134,63,164); }

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