Html Css Color HEX #86377F Dark Purple

📋 copy color: '#86377F'

red 134 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #86377F

Tints of Dark Purple #86377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 42.41%
G = 17.41%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86377F (or 0x86377F) is known color: Dark Purple. HEX triplet: 86, 37 and 7F. RGB value is (134,55,127). Sum of RGB (Red+Green+Blue) = 134+55+127=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86377F is #79C880. Grayscale: #565656. Windows color (decimal): -7981185 or 8337286. OLE color: 8337286.

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

Color convert

RGB 134 55 127 -
CMYK 0 0.59 0.05 0.47
HSL 305.32º 0.42% 0.37% -
HSV(B) 305.32º 0.59% 0.53% -
XYZ 15.03 9.33 21.09 -
YUV 86.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 134 55 127 0 0.59 0.05 0.47 305.32 0.42 0.37
Hex 86 37 7F 0 3B 5 2F 131 2A 25
Octal 206 67 177 0 73 5 57 461 52 45
Binary 10000110 110111 1111111 0 111011 101 101111 100110001 101010 100101

Color Harmonies of #86377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86377F

Black with #86377F

Text Example


Text Example

White with #86377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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