#86219D

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

Shades of Vivid Violet #86219D

Tints of Vivid Violet #86219D

Color information

#86219D (or 0x86219D) is unknown color: approx Vivid Violet. HEX triplet: 86, 21 and 9D. RGB value is (134,33,157). Sum of RGB (Red+Green+Blue) = 134+33+157=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #86219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86219D is #79DE62. Grayscale: #4C4C4C. Windows color (decimal): -7986787 or 10297734. OLE color: 10297734.

HSL color Cylindrical-coordinate representation of color #86219D: hue angle of 288.87º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86219D is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13433157-
CMYK0.150.7900.38
HSL288.87º65.26%37.25%-
HSV(B)288.87º78.98%61.57%-
XYZ16.468.5932.69-
YUV77.33172.96168.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=41.36%
G=10.19%
B=48.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134331570.150.7900.38288.8765.2637.25
Hex86219DF4F0261214125
Octal206412351711704644110145
Binary10000110100001100111011111100111101001101001000011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86219D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86219D; }

 p { color: rgb(134,33,157); }

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

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

 a { background-color: rgb(134,33,157); }

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

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

 span { border-color: rgb(134,33,157); }

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