Html Css Color HEX #86376C Dark Purple

📋 copy color: '#86376C'

red 134 ◦ green 55 ◦ blue 108

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

Shades of Dark Purple #86376C

Tints of Dark Purple #86376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 45.12%
G = 18.52%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86376C (or 0x86376C) is known color: Dark Purple. HEX triplet: 86, 37 and 6C. RGB value is (134,55,108). Sum of RGB (Red+Green+Blue) = 134+55+108=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86376C is #79C893. Grayscale: #545454. Windows color (decimal): -7981204 or 7092102. OLE color: 7092102.

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

Color convert

RGB 134 55 108 -
CMYK 0 0.59 0.19 0.47
HSL 319.75º 0.42% 0.37% -
HSV(B) 319.75º 0.59% 0.53% -
XYZ 13.9 8.88 15.17 -
YUV 84.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 134 55 108 0 0.59 0.19 0.47 319.75 0.42 0.37
Hex 86 37 6C 0 3B 13 2F 140 2A 25
Octal 206 67 154 0 73 23 57 500 52 45
Binary 10000110 110111 1101100 0 111011 10011 101111 101000000 101010 100101

Color Harmonies of #86376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86376C

Black with #86376C

Text Example


Text Example

White with #86376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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