#86306C

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

Shades of Dark Purple #86306C

Tints of Dark Purple #86306C

Color information

#86306C (or 0x86306C) is unknown color: approx Dark Purple. HEX triplet: 86, 30 and 6C. RGB value is (134,48,108). Sum of RGB (Red+Green+Blue) = 134+48+108=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86306C is #79CF93. Grayscale: #505050. Windows color (decimal): -7982996 or 7090310. OLE color: 7090310.

HSL color Cylindrical-coordinate representation of color #86306C: hue angle of 318.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86306C is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13448108-
CMYK00.640.190.47
HSL318.14º47.25%35.69%-
HSV(B)318.14º64.18%52.55%-
XYZ13.68.2615.07-
YUV80.55143.49166.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=46.21%
G=16.55%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344810800.640.190.47318.1447.2535.69
Hex86306C040132F13e2f24
Octal20660154010023574765744
Binary1000011011000011011000100000010011101111100111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86306C; }

 p { color: rgb(134,48,108); }

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

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

 a { background-color: rgb(134,48,108); }

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

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

 span { border-color: rgb(134,48,108); }

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