#863C83

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

Shades of Vivid Violet #863C83

Tints of Vivid Violet #863C83

Color information

#863C83 (or 0x863C83) is unknown color: approx Vivid Violet. HEX triplet: 86, 3C and 83. RGB value is (134,60,131). Sum of RGB (Red+Green+Blue) = 134+60+131=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #863C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C83 is #79C37C. Grayscale: #5A5A5A. Windows color (decimal): -7979901 or 8600710. OLE color: 8600710.

HSL color Cylindrical-coordinate representation of color #863C83: hue angle of 302.43º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C83 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13460131-
CMYK00.550.020.47
HSL302.43º38.14%38.04%-
HSV(B)302.43º55.22%52.55%-
XYZ15.549.9422.57-
YUV90.22151.02159.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=41.23%
G=18.46%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346013100.550.020.47302.4338.1438.04
Hex863C8303722F12e2626
Octal206742030672574564646
Binary1000011011110010000011011011110101111100101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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