#863E9E

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

Shades of Vivid Violet #863E9E

Tints of Vivid Violet #863E9E

Color information

#863E9E (or 0x863E9E) is unknown color: approx Vivid Violet. HEX triplet: 86, 3E and 9E. RGB value is (134,62,158). Sum of RGB (Red+Green+Blue) = 134+62+158=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #863E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863E9E is #79C161. Grayscale: #5E5E5E. Windows color (decimal): -7979362 or 10370694. OLE color: 10370694.

HSL color Cylindrical-coordinate representation of color #863E9E: hue angle of 285º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863E9E is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13462158-
CMYK0.150.6100.38
HSL285º43.64%43.14%-
HSV(B)285º60.76%61.96%-
XYZ17.7310.9833.53-
YUV94.47163.85156.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=37.85%
G=17.51%
B=44.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134621580.150.6100.3828543.6443.14
Hex863E9EF3D02611d2c2b
Octal2067623617750464355453
Binary100001101111101001111011111111010100110100011101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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