#86488E

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

Shades of Vivid Violet #86488E

Tints of Vivid Violet #86488E

Color information

#86488E (or 0x86488E) is unknown color: approx Vivid Violet. HEX triplet: 86, 48 and 8E. RGB value is (134,72,142). Sum of RGB (Red+Green+Blue) = 134+72+142=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #86488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86488E is #79B771. Grayscale: #626262. Windows color (decimal): -7976818 or 9324678. OLE color: 9324678.

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

Color convert

RGB13472142-
CMYK0.060.4900.44
HSL293.14º32.71%41.96%-
HSV(B)293.14º49.3%55.69%-
XYZ17.0311.6626.94-
YUV98.52152.54153.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=38.51%
G=20.69%
B=40.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134721420.060.4900.44293.1432.7141.96
Hex86488E63102C125212a
Octal2061102166610544454152
Binary100001101001000100011101101100010101100100100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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