#86388E

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

Shades of Vivid Violet #86388E

Tints of Vivid Violet #86388E

Color information

#86388E (or 0x86388E) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and 8E. RGB value is (134,56,142). Sum of RGB (Red+Green+Blue) = 134+56+142=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #86388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86388E is #79C771. Grayscale: #585858. Windows color (decimal): -7980914 or 9320582. OLE color: 9320582.

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

Color convert

RGB13456142-
CMYK0.060.6100.44
HSL294.42º43.43%38.82%-
HSV(B)294.42º60.56%55.69%-
XYZ16.139.8526.64-
YUV89.13157.84160.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=40.36%
G=16.87%
B=42.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134561420.060.6100.44294.4243.4338.82
Hex86388E63D02C1262b27
Octal206702166750544465347
Binary10000110111000100011101101111010101100100100110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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