#863CA7

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

Shades of Vivid Violet #863CA7

Tints of Vivid Violet #863CA7

Color information

#863CA7 (or 0x863CA7) is unknown color: approx Vivid Violet. HEX triplet: 86, 3C and A7. RGB value is (134,60,167). Sum of RGB (Red+Green+Blue) = 134+60+167=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #863CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CA7 is #79C358. Grayscale: #5D5D5D. Windows color (decimal): -7979865 or 10960006. OLE color: 10960006.

HSL color Cylindrical-coordinate representation of color #863CA7: hue angle of 281.5º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863CA7 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13460167-
CMYK0.200.6400.35
HSL281.5º47.14%44.51%-
HSV(B)281.5º64.07%65.49%-
XYZ18.4211.0937.73-
YUV94.32169.02156.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=37.12%
G=16.62%
B=46.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134601670.200.6400.35281.547.1444.51
Hex863CA714400231192f2d
Octal20674247241000434315755
Binary10000110111100101001111010010000000100011100011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,60,167); }

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

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

 a { background-color: rgb(134,60,167); }

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

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

 span { border-color: rgb(134,60,167); }

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