Html Css Color HEX #86377A Dark Purple

📋 copy color: '#86377A'

red 134 ◦ green 55 ◦ blue 122

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

Shades of Dark Purple #86377A

Tints of Dark Purple #86377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 43.09%
G = 17.68%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86377A (or 0x86377A) is known color: Dark Purple. HEX triplet: 86, 37 and 7A. RGB value is (134,55,122). Sum of RGB (Red+Green+Blue) = 134+55+122=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86377A is #79C885. Grayscale: #565656. Windows color (decimal): -7981190 or 8009606. OLE color: 8009606.

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

Color convert

RGB 134 55 122 -
CMYK 0 0.59 0.09 0.47
HSL 309.11º 0.42% 0.37% -
HSV(B) 309.11º 0.59% 0.53% -
XYZ 14.71 9.21 19.41 -
YUV 86.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 134 55 122 0 0.59 0.09 0.47 309.11 0.42 0.37
Hex 86 37 7A 0 3B 9 2F 135 2A 25
Octal 206 67 172 0 73 11 57 465 52 45
Binary 10000110 110111 1111010 0 111011 1001 101111 100110101 101010 100101

Color Harmonies of #86377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86377A

Black with #86377A

Text Example


Text Example

White with #86377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86377A; }

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

 H1.HeaderClassName
 {
   color: #86377A;
 }
 .AnyTagClassName
 {
   color: #86377A;
 }
</style>

background-color css

<style>
 a { background-color: #86377A; }

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

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

border-color css

<style>
 span { border-color: #86377A; }

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

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