#863784

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

Shades of Vivid Violet #863784

Tints of Vivid Violet #863784

Color information

#863784 (or 0x863784) is unknown color: approx Vivid Violet. HEX triplet: 86, 37 and 84. RGB value is (134,55,132). Sum of RGB (Red+Green+Blue) = 134+55+132=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #863784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863784 is #79C87B. Grayscale: #575757. Windows color (decimal): -7981180 or 8664966. OLE color: 8664966.

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

Color convert

RGB13455132-
CMYK00.590.010.47
HSL301.52º41.8%37.06%-
HSV(B)301.52º58.96%52.55%-
XYZ15.369.4722.85-
YUV87.4153.17161.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=41.74%
G=17.13%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345513200.590.010.47301.5241.837.06
Hex86378403B12F12e2a25
Octal206672040731574565245
Binary100001101101111000010001110111101111100101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863784; }

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

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

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

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

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

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

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

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