#863CA4

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

Shades of Vivid Violet #863CA4

Tints of Vivid Violet #863CA4

Color information

#863CA4 (or 0x863CA4) is unknown color: approx Vivid Violet. HEX triplet: 86, 3C and A4. RGB value is (134,60,164). Sum of RGB (Red+Green+Blue) = 134+60+164=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #863CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CA4 is #79C35B. Grayscale: #5D5D5D. Windows color (decimal): -7979868 or 10763398. OLE color: 10763398.

HSL color Cylindrical-coordinate representation of color #863CA4: hue angle of 282.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863CA4 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13460164-
CMYK0.180.6300.36
HSL282.69º46.43%43.92%-
HSV(B)282.69º63.41%64.31%-
XYZ18.1510.9836.28-
YUV93.98167.52156.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 60 (23.83% from 255) = 16.76%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=37.43%
G=16.76%
B=45.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134601640.180.6300.36282.6946.4343.92
Hex863CA4123F02411b2e2c
Octal2067424422770444335654
Binary1000011011110010100100100101111110100100100011011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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