Html Css Color HEX #86377C Dark Purple

📋 copy color: '#86377C'

red 134 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #86377C

Tints of Dark Purple #86377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 42.81%
G = 17.57%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86377C (or 0x86377C) is known color: Dark Purple. HEX triplet: 86, 37 and 7C. RGB value is (134,55,124). Sum of RGB (Red+Green+Blue) = 134+55+124=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86377C is #79C883. Grayscale: #565656. Windows color (decimal): -7981188 or 8140678. OLE color: 8140678.

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

Color convert

RGB 134 55 124 -
CMYK 0 0.59 0.07 0.47
HSL 307.59º 0.42% 0.37% -
HSV(B) 307.59º 0.59% 0.53% -
XYZ 14.84 9.26 20.07 -
YUV 86.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 134 55 124 0 0.59 0.07 0.47 307.59 0.42 0.37
Hex 86 37 7C 0 3B 7 2F 134 2A 25
Octal 206 67 174 0 73 7 57 464 52 45
Binary 10000110 110111 1111100 0 111011 111 101111 100110100 101010 100101

Color Harmonies of #86377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86377C

Black with #86377C

Text Example


Text Example

White with #86377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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