#863E8F

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

Shades of Vivid Violet #863E8F

Tints of Vivid Violet #863E8F

Color information

#863E8F (or 0x863E8F) is unknown color: approx Vivid Violet. HEX triplet: 86, 3E and 8F. RGB value is (134,62,143). Sum of RGB (Red+Green+Blue) = 134+62+143=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #863E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863E8F is #79C170. Grayscale: #5C5C5C. Windows color (decimal): -7979377 or 9387654. OLE color: 9387654.

HSL color Cylindrical-coordinate representation of color #863E8F: hue angle of 293.33º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863E8F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13462143-
CMYK0.060.5700.44
HSL293.33º39.51%40.2%-
HSV(B)293.33º56.64%56.08%-
XYZ16.5110.527.14-
YUV92.76156.35157.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=39.53%
G=18.29%
B=42.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134621430.060.5700.44293.3339.5140.2
Hex863E8F63902C1252828
Octal206762176710544455050
Binary10000110111110100011111101110010101100100100101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E8F; }

 p { color: rgb(134,62,143); }

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

<style>
 a { background-color: #863E8F; }

 a { background-color: rgb(134,62,143); }

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

<style>
 span { border-color: #863E8F; }

 span { border-color: rgb(134,62,143); }

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