Html Css Color HEX #86166D Dark Purple

📋 copy color: '#86166D'

red 134 ◦ green 22 ◦ blue 109

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

Shades of Dark Purple #86166D

Tints of Dark Purple #86166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 50.57%
G = 8.3%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86166D (or 0x86166D) is known color: Dark Purple. HEX triplet: 86, 16 and 6D. RGB value is (134,22,109). Sum of RGB (Red+Green+Blue) = 134+22+109=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86166D is #79E992. Grayscale: #414141. Windows color (decimal): -7989651 or 7149190. OLE color: 7149190.

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

Color convert

RGB 134 22 109 -
CMYK 0 0.84 0.19 0.47
HSL 313.39º 0.72% 0.31% -
HSV(B) 313.39º 0.84% 0.53% -
XYZ 12.88 6.75 15.09 -
YUV 65.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 134 22 109 0 0.84 0.19 0.47 313.39 0.72 0.31
Hex 86 16 6D 0 54 13 2F 139 48 1F
Octal 206 26 155 0 124 23 57 471 110 37
Binary 10000110 10110 1101101 0 1010100 10011 101111 100111001 1001000 11111

Color Harmonies of #86166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86166D

Black with #86166D

Text Example


Text Example

White with #86166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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