Html Css Color HEX #86136D Dark Purple

📋 copy color: '#86136D'

red 134 ◦ green 19 ◦ blue 109

#86136D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #86136D

Tints of Dark Purple #86136D

RGB

 RED value IS 134 (52.73% from 255) = 51.15%

 GREEN value IS 19 (7.81% from 255) = 7.25%

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 51.15%
G = 7.25%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86136D (or 0x86136D) is known color: Dark Purple. HEX triplet: 86, 13 and 6D. RGB value is (134,19,109). Sum of RGB (Red+Green+Blue) = 134+19+109=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86136D is #79EC92. Grayscale: #3F3F3F. Windows color (decimal): -7990419 or 7148422. OLE color: 7148422.

HSL color Cylindrical-coordinate representation of color #86136D: hue angle of 313.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86136D is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 109 -
CMYK 0 0.86 0.19 0.47
HSL 313.04º 0.75% 0.3% -
HSV(B) 313.04º 0.86% 0.53% -
XYZ 12.82 6.64 15.07 -
YUV 63.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 134 19 109 0 0.86 0.19 0.47 313.04 0.75 0.3
Hex 86 13 6D 0 56 13 2F 139 4B 1E
Octal 206 23 155 0 126 23 57 471 113 36
Binary 10000110 10011 1101101 0 1010110 10011 101111 100111001 1001011 11110

Color Harmonies of #86136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86136D

Black with #86136D

Text Example


Text Example

White with #86136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86136D; }

 p { color: rgb(134,19,109); }

 H1.HeaderClassName
 {
   color: #86136D;
 }
 .AnyTagClassName
 {
   color: #86136D;
 }
</style>

background-color css

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

 a { background-color: rgb(134,19,109); }

 div.DivClassName
 {
   background-color: #86136D;
 }
 .BgClassName
 {
   background-color: #86136D;
 }
</style>

border-color css

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

 span { border-color: rgb(134,19,109); }

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