#86428b

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

Shades of Vivid Violet #86428B

Tints of Vivid Violet #86428B

Color information

#86428B (or 0x86428B) is unknown color: approx Vivid Violet. HEX triplet: 86, 42 and 8B. RGB value is (134,66,139). Sum of RGB (Red+Green+Blue) = 134+66+139=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #86428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86428B is #79BD74. Grayscale: #5E5E5E. Windows color (decimal): -7978357 or 9126534. OLE color: 9126534.

HSL color Cylindrical-coordinate representation of color #86428B: hue angle of 295.89º 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 #86428B is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13466139-
CMYK0.040.5300.45
HSL295.89º35.61%40.2%-
HSV(B)295.89º52.52%54.51%-
XYZ16.4410.8325.65-
YUV94.65153.03156.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=39.53%
G=19.47%
B=41.00%

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
Decimal134661390.040.5300.45295.8935.6140.2
Hex86428B43502D1282428
Octal2061022134650554504450
Binary100001101000010100010111001101010101101100101000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86428b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86428b; }

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

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

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

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

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

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

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

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