Html Css Color HEX #861E80 Dark Purple

📋 copy color: '#861E80'

red 134 ◦ green 30 ◦ blue 128

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

Shades of Dark Purple #861E80

Tints of Dark Purple #861E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

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

R = 45.89%
G = 10.27%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#861E80 (or 0x861E80) is known color: Dark Purple. HEX triplet: 86, 1E and 80. RGB value is (134,30,128). Sum of RGB (Red+Green+Blue) = 134+30+128=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #861E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861E80 is #79E17F. Grayscale: #474747. Windows color (decimal): -7987584 or 8396422. OLE color: 8396422.

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

Color convert

RGB 134 30 128 -
CMYK 0 0.78 0.04 0.47
HSL 303.46º 0.63% 0.32% -
HSV(B) 303.46º 0.78% 0.53% -
XYZ 14.19 7.56 21.13 -
YUV 72.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 134 30 128 0 0.78 0.04 0.47 303.46 0.63 0.32
Hex 86 1E 80 0 4E 4 2F 12F 3F 20
Octal 206 36 200 0 116 4 57 457 77 40
Binary 10000110 11110 10000000 0 1001110 100 101111 100101111 111111 100000

Color Harmonies of #861E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E80

Black with #861E80

Text Example


Text Example

White with #861E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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