#86428E

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

Shades of Vivid Violet #86428E

Tints of Vivid Violet #86428E

Color information

#86428E (or 0x86428E) is unknown color: approx Vivid Violet. HEX triplet: 86, 42 and 8E. RGB value is (134,66,142). Sum of RGB (Red+Green+Blue) = 134+66+142=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #86428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86428E is #79BD71. Grayscale: #5E5E5E. Windows color (decimal): -7978354 or 9323142. OLE color: 9323142.

HSL color Cylindrical-coordinate representation of color #86428E: hue angle of 293.68º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86428E is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13466142-
CMYK0.060.5400.44
HSL293.68º36.54%40.78%-
HSV(B)293.68º53.52%55.69%-
XYZ16.6610.9226.82-
YUV95154.53155.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=39.18%
G=19.30%
B=41.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134661420.060.5400.44293.6836.5440.78
Hex86428E63602C1262529
Octal2061022166660544464551
Binary100001101000010100011101101101100101100100100110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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