#86418B

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

Shades of Vivid Violet #86418B

Tints of Vivid Violet #86418B

Color information

#86418B (or 0x86418B) is unknown color: approx Vivid Violet. HEX triplet: 86, 41 and 8B. RGB value is (134,65,139). Sum of RGB (Red+Green+Blue) = 134+65+139=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #86418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86418B is #79BE74. Grayscale: #5D5D5D. Windows color (decimal): -7978613 or 9126278. OLE color: 9126278.

HSL color Cylindrical-coordinate representation of color #86418B: hue angle of 295.95º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86418B is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13465139-
CMYK0.040.5300.45
HSL295.95º36.27%40%-
HSV(B)295.95º53.24%54.51%-
XYZ16.3810.7125.63-
YUV94.07153.36156.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=39.64%
G=19.23%
B=41.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134651390.040.5300.45295.9536.2740
Hex86418B43502D1282428
Octal2061012134650554504450
Binary100001101000001100010111001101010101101100101000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86418B; }

 p { color: rgb(134,65,139); }

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

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

 a { background-color: rgb(134,65,139); }

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

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

 span { border-color: rgb(134,65,139); }

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