#863E9B

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

Shades of Vivid Violet #863E9B

Tints of Vivid Violet #863E9B

Color information

#863E9B (or 0x863E9B) is unknown color: approx Vivid Violet. HEX triplet: 86, 3E and 9B. RGB value is (134,62,155). Sum of RGB (Red+Green+Blue) = 134+62+155=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #863E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863E9B is #79C164. Grayscale: #5D5D5D. Windows color (decimal): -7979365 or 10174086. OLE color: 10174086.

HSL color Cylindrical-coordinate representation of color #863E9B: hue angle of 286.45º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863E9B is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13462155-
CMYK0.140.600.39
HSL286.45º42.86%42.55%-
HSV(B)286.45º60%60.78%-
XYZ17.4710.8832.19-
YUV94.13162.35156.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=38.18%
G=17.66%
B=44.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134621550.140.600.39286.4542.8642.55
Hex863E9BE3C02711e2b2b
Octal2067623316740474365353
Binary100001101111101001101111101111000100111100011110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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