Html Css Color HEX #86156E Dark Purple

📋 copy color: '#86156E'

red 134 ◦ green 21 ◦ blue 110

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

Shades of Dark Purple #86156E

Tints of Dark Purple #86156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 50.57%
G = 7.92%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86156E (or 0x86156E) is known color: Dark Purple. HEX triplet: 86, 15 and 6E. RGB value is (134,21,110). Sum of RGB (Red+Green+Blue) = 134+21+110=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86156E is #79EA91. Grayscale: #404040. Windows color (decimal): -7989906 or 7214470. OLE color: 7214470.

HSL color Cylindrical-coordinate representation of color #86156E: hue angle of 312.74º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86156E is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 110 -
CMYK 0 0.84 0.18 0.47
HSL 312.74º 0.73% 0.3% -
HSV(B) 312.74º 0.84% 0.53% -
XYZ 12.91 6.73 15.37 -
YUV 64.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 134 21 110 0 0.84 0.18 0.47 312.74 0.73 0.3
Hex 86 15 6E 0 54 12 2F 139 49 1E
Octal 206 25 156 0 124 22 57 471 111 36
Binary 10000110 10101 1101110 0 1010100 10010 101111 100111001 1001001 11110

Color Harmonies of #86156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86156E

Black with #86156E

Text Example


Text Example

White with #86156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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