Html Css Color HEX #86137B Dark Purple

📋 copy color: '#86137B'

red 134 ◦ green 19 ◦ blue 123

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

Shades of Dark Purple #86137B

Tints of Dark Purple #86137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 48.55%
G = 6.88%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86137B (or 0x86137B) is known color: Dark Purple. HEX triplet: 86, 13 and 7B. RGB value is (134,19,123). Sum of RGB (Red+Green+Blue) = 134+19+123=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86137B is #79EC84. Grayscale: #404040. Windows color (decimal): -7990405 or 8065926. OLE color: 8065926.

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

Color convert

RGB 134 19 123 -
CMYK 0 0.86 0.08 0.47
HSL 305.74º 0.75% 0.3% -
HSV(B) 305.74º 0.86% 0.53% -
XYZ 13.64 6.96 19.36 -
YUV 65.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 134 19 123 0 0.86 0.08 0.47 305.74 0.75 0.3
Hex 86 13 7B 0 56 8 2F 132 4B 1E
Octal 206 23 173 0 126 10 57 462 113 36
Binary 10000110 10011 1111011 0 1010110 1000 101111 100110010 1001011 11110

Color Harmonies of #86137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86137B

Black with #86137B

Text Example


Text Example

White with #86137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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