#863984

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

Shades of Vivid Violet #863984

Tints of Vivid Violet #863984

Color information

#863984 (or 0x863984) is unknown color: approx Vivid Violet. HEX triplet: 86, 39 and 84. RGB value is (134,57,132). Sum of RGB (Red+Green+Blue) = 134+57+132=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #863984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863984 is #79C67B. Grayscale: #585858. Windows color (decimal): -7980668 or 8665478. OLE color: 8665478.

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

Color convert

RGB13457132-
CMYK00.570.010.47
HSL301.56º40.31%37.45%-
HSV(B)301.56º57.46%52.55%-
XYZ15.469.6622.88-
YUV88.57152.51160.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=41.49%
G=17.65%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345713200.570.010.47301.5640.3137.45
Hex86398403912F12e2825
Octal206712040711574565045
Binary100001101110011000010001110011101111100101110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863984; }

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

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

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

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

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

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

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

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