Html Css Color HEX #86137C Dark Purple

📋 copy color: '#86137C'

red 134 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #86137C

Tints of Dark Purple #86137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 48.38%
G = 6.86%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86137C (or 0x86137C) is known color: Dark Purple. HEX triplet: 86, 13 and 7C. RGB value is (134,19,124). Sum of RGB (Red+Green+Blue) = 134+19+124=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86137C is #79EC83. Grayscale: #414141. Windows color (decimal): -7990404 or 8131462. OLE color: 8131462.

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

Color convert

RGB 134 19 124 -
CMYK 0 0.86 0.07 0.47
HSL 305.22º 0.75% 0.3% -
HSV(B) 305.22º 0.86% 0.53% -
XYZ 13.7 6.99 19.7 -
YUV 65.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 134 19 124 0 0.86 0.07 0.47 305.22 0.75 0.3
Hex 86 13 7C 0 56 7 2F 131 4B 1E
Octal 206 23 174 0 126 7 57 461 113 36
Binary 10000110 10011 1111100 0 1010110 111 101111 100110001 1001011 11110

Color Harmonies of #86137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86137C

Black with #86137C

Text Example


Text Example

White with #86137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86137C; }

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

 H1.HeaderClassName
 {
   color: #86137C;
 }
 .AnyTagClassName
 {
   color: #86137C;
 }
</style>

background-color css

<style>
 a { background-color: #86137C; }

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

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

border-color css

<style>
 span { border-color: #86137C; }

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

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