Html Css Color HEX #86146F Dark Purple

📋 copy color: '#86146F'

red 134 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #86146F

Tints of Dark Purple #86146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 50.57%
G = 7.55%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86146F (or 0x86146F) is known color: Dark Purple. HEX triplet: 86, 14 and 6F. RGB value is (134,20,111). Sum of RGB (Red+Green+Blue) = 134+20+111=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86146F is #79EB90. Grayscale: #404040. Windows color (decimal): -7990161 or 7279750. OLE color: 7279750.

HSL color Cylindrical-coordinate representation of color #86146F: hue angle of 312.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86146F is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 20 111 -
CMYK 0 0.85 0.17 0.47
HSL 312.11º 0.74% 0.3% -
HSV(B) 312.11º 0.85% 0.53% -
XYZ 12.95 6.72 15.65 -
YUV 64.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 134 20 111 0 0.85 0.17 0.47 312.11 0.74 0.3
Hex 86 14 6F 0 55 11 2F 138 4A 1E
Octal 206 24 157 0 125 21 57 470 112 36
Binary 10000110 10100 1101111 0 1010101 10001 101111 100111000 1001010 11110

Color Harmonies of #86146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86146F

Black with #86146F

Text Example


Text Example

White with #86146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86146F; }

 p { color: rgb(134,20,111); }

 H1.HeaderClassName
 {
   color: #86146F;
 }
 .AnyTagClassName
 {
   color: #86146F;
 }
</style>

background-color css

<style>
 a { background-color: #86146F; }

 a { background-color: rgb(134,20,111); }

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

border-color css

<style>
 span { border-color: #86146F; }

 span { border-color: rgb(134,20,111); }

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