Html Css Color HEX #86126D Dark Purple

📋 copy color: '#86126D'

red 134 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #86126D

Tints of Dark Purple #86126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 51.34%
G = 6.9%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86126D (or 0x86126D) is known color: Dark Purple. HEX triplet: 86, 12 and 6D. RGB value is (134,18,109). Sum of RGB (Red+Green+Blue) = 134+18+109=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86126D is #79ED92. Grayscale: #3E3E3E. Windows color (decimal): -7990675 or 7148166. OLE color: 7148166.

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

Color convert

RGB 134 18 109 -
CMYK 0 0.87 0.19 0.47
HSL 312.93º 0.76% 0.3% -
HSV(B) 312.93º 0.87% 0.53% -
XYZ 12.81 6.61 15.07 -
YUV 63.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 134 18 109 0 0.87 0.19 0.47 312.93 0.76 0.3
Hex 86 12 6D 0 57 13 2F 139 4C 1E
Octal 206 22 155 0 127 23 57 471 114 36
Binary 10000110 10010 1101101 0 1010111 10011 101111 100111001 1001100 11110

Color Harmonies of #86126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86126D

Black with #86126D

Text Example


Text Example

White with #86126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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