Html Css Color HEX #861F80 Dark Purple

📋 copy color: '#861F80'

red 134 ◦ green 31 ◦ blue 128

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

Shades of Dark Purple #861F80

Tints of Dark Purple #861F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.58%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 45.73%
G = 10.58%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#861F80 (or 0x861F80) is known color: Dark Purple. HEX triplet: 86, 1F and 80. RGB value is (134,31,128). Sum of RGB (Red+Green+Blue) = 134+31+128=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #861F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861F80 is #79E07F. Grayscale: #484848. Windows color (decimal): -7987328 or 8396678. OLE color: 8396678.

HSL color Cylindrical-coordinate representation of color #861F80: hue angle of 303.5º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F80 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 31 128 -
CMYK 0 0.77 0.04 0.47
HSL 303.5º 0.62% 0.32% -
HSV(B) 303.5º 0.77% 0.53% -
XYZ 14.22 7.61 21.14 -
YUV 72.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 134 31 128 0 0.77 0.04 0.47 303.5 0.62 0.32
Hex 86 1F 80 0 4D 4 2F 12F 3E 20
Octal 206 37 200 0 115 4 57 457 76 40
Binary 10000110 11111 10000000 0 1001101 100 101111 100101111 111110 100000

Color Harmonies of #861F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861F80

Black with #861F80

Text Example


Text Example

White with #861F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861F80; }

 p { color: rgb(134,31,128); }

 H1.HeaderClassName
 {
   color: #861F80;
 }
 .AnyTagClassName
 {
   color: #861F80;
 }
</style>

background-color css

<style>
 a { background-color: #861F80; }

 a { background-color: rgb(134,31,128); }

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

border-color css

<style>
 span { border-color: #861F80; }

 span { border-color: rgb(134,31,128); }

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