#863993

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

Shades of Vivid Violet #863993

Tints of Vivid Violet #863993

Color information

#863993 (or 0x863993) is unknown color: approx Vivid Violet. HEX triplet: 86, 39 and 93. RGB value is (134,57,147). Sum of RGB (Red+Green+Blue) = 134+57+147=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #863993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863993 is #79C66C. Grayscale: #595959. Windows color (decimal): -7980653 or 9648518. OLE color: 9648518.

HSL color Cylindrical-coordinate representation of color #863993: hue angle of 291.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863993 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13457147-
CMYK0.090.6100.42
HSL291.33º44.12%40%-
HSV(B)291.33º61.22%57.65%-
XYZ16.5610.128.68-
YUV90.28160.01159.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=39.64%
G=16.86%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134571470.090.6100.42291.3344.1240
Hex86399393D02A1232c28
Octal2067122311750524435450
Binary100001101110011001001110011111010101010100100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863993; }

 p { color: rgb(134,57,147); }

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

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

 a { background-color: rgb(134,57,147); }

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

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

 span { border-color: rgb(134,57,147); }

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