Html Css Color HEX #86106B Dark Purple

📋 copy color: '#86106B'

red 134 ◦ green 16 ◦ blue 107

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

Shades of Dark Purple #86106B

Tints of Dark Purple #86106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 52.14%
G = 6.23%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86106B (or 0x86106B) is known color: Dark Purple. HEX triplet: 86, 10 and 6B. RGB value is (134,16,107). Sum of RGB (Red+Green+Blue) = 134+16+107=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #86106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86106B is #79EF94. Grayscale: #3D3D3D. Windows color (decimal): -7991189 or 7016582. OLE color: 7016582.

HSL color Cylindrical-coordinate representation of color #86106B: hue angle of 313.73º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86106B is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 107 -
CMYK 0 0.88 0.20 0.47
HSL 313.73º 0.79% 0.29% -
HSV(B) 313.73º 0.88% 0.53% -
XYZ 12.67 6.5 14.5 -
YUV 61.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 134 16 107 0 0.88 0.20 0.47 313.73 0.79 0.29
Hex 86 10 6B 0 58 14 2F 13A 4F 1D
Octal 206 20 153 0 130 24 57 472 117 35
Binary 10000110 10000 1101011 0 1011000 10100 101111 100111010 1001111 11101

Color Harmonies of #86106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86106B

Black with #86106B

Text Example


Text Example

White with #86106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,16,107); }

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

background-color css

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

 a { background-color: rgb(134,16,107); }

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

border-color css

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

 span { border-color: rgb(134,16,107); }

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