#86288D

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

Shades of Vivid Violet #86288D

Tints of Vivid Violet #86288D

Color information

#86288D (or 0x86288D) is unknown color: approx Vivid Violet. HEX triplet: 86, 28 and 8D. RGB value is (134,40,141). Sum of RGB (Red+Green+Blue) = 134+40+141=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #86288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86288D is #79D772. Grayscale: #4F4F4F. Windows color (decimal): -7985011 or 9250950. OLE color: 9250950.

HSL color Cylindrical-coordinate representation of color #86288D: hue angle of 295.84º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86288D is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13440141-
CMYK0.050.7200.45
HSL295.84º55.8%35.49%-
HSV(B)295.84º71.63%55.29%-
XYZ15.48.5126.03-
YUV79.62162.64166.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=42.54%
G=12.70%
B=44.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134401410.050.7200.45295.8455.835.49
Hex86288D54802D1283823
Octal2065021551100554507043
Binary100001101010001000110110110010000101101100101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,40,141); }

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

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

 a { background-color: rgb(134,40,141); }

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

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

 span { border-color: rgb(134,40,141); }

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