Html Css Color HEX #86376B Dark Purple

📋 copy color: '#86376B'

red 134 ◦ green 55 ◦ blue 107

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

Shades of Dark Purple #86376B

Tints of Dark Purple #86376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 45.27%
G = 18.58%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86376B (or 0x86376B) is known color: Dark Purple. HEX triplet: 86, 37 and 6B. RGB value is (134,55,107). Sum of RGB (Red+Green+Blue) = 134+55+107=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86376B is #79C894. Grayscale: #545454. Windows color (decimal): -7981205 or 7026566. OLE color: 7026566.

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

Color convert

RGB 134 55 107 -
CMYK 0 0.59 0.20 0.47
HSL 320.51º 0.42% 0.37% -
HSV(B) 320.51º 0.59% 0.53% -
XYZ 13.85 8.86 14.89 -
YUV 84.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 134 55 107 0 0.59 0.20 0.47 320.51 0.42 0.37
Hex 86 37 6B 0 3B 14 2F 141 2A 25
Octal 206 67 153 0 73 24 57 501 52 45
Binary 10000110 110111 1101011 0 111011 10100 101111 101000001 101010 100101

Color Harmonies of #86376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86376B

Black with #86376B

Text Example


Text Example

White with #86376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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