#863483

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

Shades of Vivid Violet #863483

Tints of Vivid Violet #863483

Color information

#863483 (or 0x863483) is unknown color: approx Vivid Violet. HEX triplet: 86, 34 and 83. RGB value is (134,52,131). Sum of RGB (Red+Green+Blue) = 134+52+131=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #863483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863483 is #79CB7C. Grayscale: #555555. Windows color (decimal): -7981949 or 8598662. OLE color: 8598662.

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

Color convert

RGB13452131-
CMYK00.610.020.47
HSL302.2º44.09%36.47%-
HSV(B)302.2º61.19%52.55%-
XYZ15.169.1622.44-
YUV85.52153.67162.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=42.27%
G=16.40%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345213100.610.020.47302.244.0936.47
Hex86348303D22F12e2c24
Octal206642030752574565444
Binary1000011011010010000011011110110101111100101110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863483; }

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

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

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

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

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

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

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

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