#86246A

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

Shades of Dark Purple #86246A

Tints of Dark Purple #86246A

Color information

#86246A (or 0x86246A) is unknown color: approx Dark Purple. HEX triplet: 86, 24 and 6A. RGB value is (134,36,106). Sum of RGB (Red+Green+Blue) = 134+36+106=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86246A is #79DB95. Grayscale: #494949. Windows color (decimal): -7986070 or 6956166. OLE color: 6956166.

HSL color Cylindrical-coordinate representation of color #86246A: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86246A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13436106-
CMYK00.730.210.47
HSL317.14º57.65%33.33%-
HSV(B)317.14º73.13%52.55%-
XYZ13.067.3714.37-
YUV73.28146.47171.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=48.55%
G=13.04%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343610600.730.210.47317.1457.6533.33
Hex86246A049152F13d3a21
Octal20644152011125574757241
Binary1000011010010011010100100100110101101111100111101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86246A; }

 p { color: rgb(134,36,106); }

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

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

 a { background-color: rgb(134,36,106); }

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

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

 span { border-color: rgb(134,36,106); }

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