#863880

Color #863880 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #863880

Tints of Dark Purple #863880

Color information

#863880 (or 0x863880) is unknown color: approx Dark Purple. HEX triplet: 86, 38 and 80. RGB value is (134,56,128). Sum of RGB (Red+Green+Blue) = 134+56+128=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #863880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863880 is #79C77F. Grayscale: #575757. Windows color (decimal): -7980928 or 8403078. OLE color: 8403078.

HSL color Cylindrical-coordinate representation of color #863880: hue angle of 304.62º 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 #863880 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13456128-
CMYK00.580.040.47
HSL304.62º41.05%37.25%-
HSV(B)304.62º58.21%52.55%-
XYZ15.149.4621.45-
YUV87.53150.84161.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=42.14%
G=17.61%
B=40.25%

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
Decimal1345612800.580.040.47304.6241.0537.25
Hex86388003A42F1312925
Octal206702000724574615145
Binary10000110111000100000000111010100101111100110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863880; }

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

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

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

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

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

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

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

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