#863490

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

Shades of Vivid Violet #863490

Tints of Vivid Violet #863490

Color information

#863490 (or 0x863490) is unknown color: approx Vivid Violet. HEX triplet: 86, 34 and 90. RGB value is (134,52,144). Sum of RGB (Red+Green+Blue) = 134+52+144=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #863490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863490 is #79CB6F. Grayscale: #565656. Windows color (decimal): -7981936 or 9450630. OLE color: 9450630.

HSL color Cylindrical-coordinate representation of color #863490: hue angle of 293.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863490 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13452144-
CMYK0.070.6400.44
HSL293.48º46.94%38.43%-
HSV(B)293.48º63.89%56.47%-
XYZ16.099.5427.38-
YUV87.01160.17161.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=40.61%
G=15.76%
B=43.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134521440.070.6400.44293.4846.9438.43
Hex86349074002C1252f26
Octal2066422071000544455746
Binary100001101101001001000011110000000101100100100101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863490; }

 p { color: rgb(134,52,144); }

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

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

 a { background-color: rgb(134,52,144); }

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

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

 span { border-color: rgb(134,52,144); }

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