Html Css Color HEX #86136C Dark Purple

📋 copy color: '#86136C'

red 134 ◦ green 19 ◦ blue 108

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

Shades of Dark Purple #86136C

Tints of Dark Purple #86136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 51.34%
G = 7.28%
B = 41.38%

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

#86136C (or 0x86136C) is known color: Dark Purple. HEX triplet: 86, 13 and 6C. RGB value is (134,19,108). Sum of RGB (Red+Green+Blue) = 134+19+108=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86136C is #79EC93. Grayscale: #3F3F3F. Windows color (decimal): -7990420 or 7082886. OLE color: 7082886.

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

Color convert

RGB 134 19 108 -
CMYK 0 0.86 0.19 0.47
HSL 313.57º 0.75% 0.3% -
HSV(B) 313.57º 0.86% 0.53% -
XYZ 12.77 6.62 14.79 -
YUV 63.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 134 19 108 0 0.86 0.19 0.47 313.57 0.75 0.3
Hex 86 13 6C 0 56 13 2F 13A 4B 1E
Octal 206 23 154 0 126 23 57 472 113 36
Binary 10000110 10011 1101100 0 1010110 10011 101111 100111010 1001011 11110

Color Harmonies of #86136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86136C

Black with #86136C

Text Example


Text Example

White with #86136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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