#863E7F

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

Shades of Vivid Violet #863E7F

Tints of Vivid Violet #863E7F

Color information

#863E7F (or 0x863E7F) is unknown color: approx Vivid Violet. HEX triplet: 86, 3E and 7F. RGB value is (134,62,127). Sum of RGB (Red+Green+Blue) = 134+62+127=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #863E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E7F is #79C180. Grayscale: #5A5A5A. Windows color (decimal): -7979393 or 8339078. OLE color: 8339078.

HSL color Cylindrical-coordinate representation of color #863E7F: hue angle of 305.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E7F is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13462127-
CMYK00.540.050.47
HSL305.83º36.73%38.43%-
HSV(B)305.83º53.73%52.55%-
XYZ15.3810.0521.21-
YUV90.94148.35158.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 127 (50% from 255) = 39.32%
R=41.49%
G=19.20%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346212700.540.050.47305.8336.7338.43
Hex863E7F03652F1322526
Octal206761770665574624546
Binary1000011011111011111110110110101101111100110010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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