#863694

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

Shades of Vivid Violet #863694

Tints of Vivid Violet #863694

Color information

#863694 (or 0x863694) is unknown color: approx Vivid Violet. HEX triplet: 86, 36 and 94. RGB value is (134,54,148). Sum of RGB (Red+Green+Blue) = 134+54+148=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #863694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863694 is #79C96B. Grayscale: #585858. Windows color (decimal): -7981420 or 9713286. OLE color: 9713286.

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

Color convert

RGB13454148-
CMYK0.090.6400.42
HSL291.06º46.53%39.61%-
HSV(B)291.06º63.51%58.04%-
XYZ16.59.8429.05-
YUV88.64161.5160.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=39.88%
G=16.07%
B=44.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134541480.090.6400.42291.0646.5339.61
Hex86369494002A1232f28
Octal20666224111000524435750
Binary1000011011011010010100100110000000101010100100011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863694; }

 p { color: rgb(134,54,148); }

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

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

 a { background-color: rgb(134,54,148); }

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

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

 span { border-color: rgb(134,54,148); }

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