Html Css Color HEX #86136B Dark Purple

📋 copy color: '#86136B'

red 134 ◦ green 19 ◦ blue 107

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

Shades of Dark Purple #86136B

Tints of Dark Purple #86136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 51.54%
G = 7.31%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86136B (or 0x86136B) is known color: Dark Purple. HEX triplet: 86, 13 and 6B. RGB value is (134,19,107). Sum of RGB (Red+Green+Blue) = 134+19+107=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86136B is #79EC94. Grayscale: #3F3F3F. Windows color (decimal): -7990421 or 7017350. OLE color: 7017350.

HSL color Cylindrical-coordinate representation of color #86136B: hue angle of 314.09º 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 #86136B is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 107 -
CMYK 0 0.86 0.20 0.47
HSL 314.09º 0.75% 0.3% -
HSV(B) 314.09º 0.86% 0.53% -
XYZ 12.72 6.6 14.51 -
YUV 63.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 134 19 107 0 0.86 0.20 0.47 314.09 0.75 0.3
Hex 86 13 6B 0 56 14 2F 13A 4B 1E
Octal 206 23 153 0 126 24 57 472 113 36
Binary 10000110 10011 1101011 0 1010110 10100 101111 100111010 1001011 11110

Color Harmonies of #86136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86136B

Black with #86136B

Text Example


Text Example

White with #86136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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