#863CAB

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

Shades of Vivid Violet #863CAB

Tints of Vivid Violet #863CAB

Color information

#863CAB (or 0x863CAB) is unknown color: approx Vivid Violet. HEX triplet: 86, 3C and AB. RGB value is (134,60,171). Sum of RGB (Red+Green+Blue) = 134+60+171=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #863CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CAB is #79C354. Grayscale: #5E5E5E. Windows color (decimal): -7979861 or 11222150. OLE color: 11222150.

HSL color Cylindrical-coordinate representation of color #863CAB: hue angle of 280º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863CAB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13460171-
CMYK0.220.6500.33
HSL280º48.05%45.29%-
HSV(B)280º64.91%67.06%-
XYZ18.811.2439.71-
YUV94.78171.02155.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=36.71%
G=16.44%
B=46.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134601710.220.6500.3328048.0545.29
Hex863CAB1641021118302d
Octal20674253261010414306055
Binary10000110111100101010111011010000010100001100011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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