#86286B

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

Shades of Dark Purple #86286B

Tints of Dark Purple #86286B

Color information

#86286B (or 0x86286B) is unknown color: approx Dark Purple. HEX triplet: 86, 28 and 6B. RGB value is (134,40,107). Sum of RGB (Red+Green+Blue) = 134+40+107=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86286B is #79D794. Grayscale: #4B4B4B. Windows color (decimal): -7985045 or 7022726. OLE color: 7022726.

HSL color Cylindrical-coordinate representation of color #86286B: hue angle of 317.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86286B is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13440107-
CMYK00.700.200.47
HSL317.23º54.02%34.12%-
HSV(B)317.23º70.15%52.55%-
XYZ13.247.6514.69-
YUV75.74145.64169.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=47.69%
G=14.23%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344010700.700.200.47317.2354.0234.12
Hex86286B046142F13d3622
Octal20650153010624574756642
Binary1000011010100011010110100011010100101111100111101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86286B; }

 p { color: rgb(134,40,107); }

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

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

 a { background-color: rgb(134,40,107); }

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

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

 span { border-color: rgb(134,40,107); }

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