#863084

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

Shades of Vivid Violet #863084

Tints of Vivid Violet #863084

Color information

#863084 (or 0x863084) is unknown color: approx Vivid Violet. HEX triplet: 86, 30 and 84. RGB value is (134,48,132). Sum of RGB (Red+Green+Blue) = 134+48+132=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863084 is #79CF7B. Grayscale: #535353. Windows color (decimal): -7982972 or 8663174. OLE color: 8663174.

HSL color Cylindrical-coordinate representation of color #863084: hue angle of 301.4º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863084 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13448132-
CMYK00.640.010.47
HSL301.4º47.25%35.69%-
HSV(B)301.4º64.18%52.55%-
XYZ15.058.8522.74-
YUV83.29155.49164.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=42.68%
G=15.29%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344813200.640.010.47301.447.2535.69
Hex86308404012F12d2f24
Octal2066020401001574555744
Binary1000011011000010000100010000001101111100101101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863084; }

 p { color: rgb(134,48,132); }

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

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

 a { background-color: rgb(134,48,132); }

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

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

 span { border-color: rgb(134,48,132); }

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