#863884

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

Shades of Vivid Violet #863884

Tints of Vivid Violet #863884

Color information

#863884 (or 0x863884) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and 84. RGB value is (134,56,132). Sum of RGB (Red+Green+Blue) = 134+56+132=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #863884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863884 is #79C77B. Grayscale: #575757. Windows color (decimal): -7980924 or 8665222. OLE color: 8665222.

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

Color convert

RGB13456132-
CMYK00.580.010.47
HSL301.54º41.05%37.25%-
HSV(B)301.54º58.21%52.55%-
XYZ15.419.5622.86-
YUV87.99152.84160.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=41.61%
G=17.39%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345613200.580.010.47301.5441.0537.25
Hex86388403A12F12e2925
Octal206702040721574565145
Binary100001101110001000010001110101101111100101110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863884; }

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

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

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

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

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

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

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

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