Html Css Color HEX #86136E Dark Purple

📋 copy color: '#86136E'

red 134 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #86136E

Tints of Dark Purple #86136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 50.95%
G = 7.22%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86136E (or 0x86136E) is known color: Dark Purple. HEX triplet: 86, 13 and 6E. RGB value is (134,19,110). Sum of RGB (Red+Green+Blue) = 134+19+110=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86136E is #79EC91. Grayscale: #3F3F3F. Windows color (decimal): -7990418 or 7213958. OLE color: 7213958.

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

Color convert

RGB 134 19 110 -
CMYK 0 0.86 0.18 0.47
HSL 312.52º 0.75% 0.3% -
HSV(B) 312.52º 0.86% 0.53% -
XYZ 12.88 6.66 15.36 -
YUV 63.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 134 19 110 0 0.86 0.18 0.47 312.52 0.75 0.3
Hex 86 13 6E 0 56 12 2F 139 4B 1E
Octal 206 23 156 0 126 22 57 471 113 36
Binary 10000110 10011 1101110 0 1010110 10010 101111 100111001 1001011 11110

Color Harmonies of #86136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86136E

Black with #86136E

Text Example


Text Example

White with #86136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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