#86318E

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

Shades of Vivid Violet #86318E

Tints of Vivid Violet #86318E

Color information

#86318E (or 0x86318E) is unknown color: approx Vivid Violet. HEX triplet: 86, 31 and 8E. RGB value is (134,49,142). Sum of RGB (Red+Green+Blue) = 134+49+142=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #86318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86318E is #79CE71. Grayscale: #545454. Windows color (decimal): -7982706 or 9318790. OLE color: 9318790.

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

Color convert

RGB13449142-
CMYK0.060.6500.44
HSL294.84º48.69%37.45%-
HSV(B)294.84º65.49%55.69%-
XYZ15.819.2226.54-
YUV85.02160.16162.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=41.23%
G=15.08%
B=43.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134491420.060.6500.44294.8448.6937.45
Hex86318E64102C1273125
Octal2066121661010544476145
Binary100001101100011000111011010000010101100100100111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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