#863184

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

Shades of Vivid Violet #863184

Tints of Vivid Violet #863184

Color information

#863184 (or 0x863184) is unknown color: approx Vivid Violet. HEX triplet: 86, 31 and 84. RGB value is (134,49,132). Sum of RGB (Red+Green+Blue) = 134+49+132=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #863184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863184 is #79CE7B. Grayscale: #535353. Windows color (decimal): -7982716 or 8663430. OLE color: 8663430.

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

Color convert

RGB13449132-
CMYK00.630.010.47
HSL301.41º46.45%35.88%-
HSV(B)301.41º63.43%52.55%-
XYZ15.098.9322.76-
YUV83.88155.16163.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=42.54%
G=15.56%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344913200.630.010.47301.4146.4535.88
Hex86318403F12F12d2e24
Octal206612040771574555644
Binary100001101100011000010001111111101111100101101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863184; }

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

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

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

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

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

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

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

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