#863881

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

Shades of Vivid Violet #863881

Tints of Vivid Violet #863881

Color information

#863881 (or 0x863881) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and 81. RGB value is (134,56,129). Sum of RGB (Red+Green+Blue) = 134+56+129=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #863881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863881 is #79C77E. Grayscale: #575757. Windows color (decimal): -7980927 or 8468614. OLE color: 8468614.

HSL color Cylindrical-coordinate representation of color #863881: hue angle of 303.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863881 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13456129-
CMYK00.580.040.47
HSL303.85º41.05%37.25%-
HSV(B)303.85º58.21%52.55%-
XYZ15.219.4821.8-
YUV87.64151.34161.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=42.01%
G=17.55%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345612900.580.040.47303.8541.0537.25
Hex86388103A42F1302925
Octal206702010724574605145
Binary10000110111000100000010111010100101111100110000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863881; }

 p { color: rgb(134,56,129); }

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

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

 a { background-color: rgb(134,56,129); }

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

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

 span { border-color: rgb(134,56,129); }

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