Html Css Color HEX #861480 Dark Purple

📋 copy color: '#861480'

red 134 ◦ green 20 ◦ blue 128

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

Shades of Dark Purple #861480

Tints of Dark Purple #861480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

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

R = 47.52%
G = 7.09%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#861480 (or 0x861480) is known color: Dark Purple. HEX triplet: 86, 14 and 80. RGB value is (134,20,128). Sum of RGB (Red+Green+Blue) = 134+20+128=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #861480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861480 is #79EB7F. Grayscale: #424242. Windows color (decimal): -7990144 or 8393862. OLE color: 8393862.

HSL color Cylindrical-coordinate representation of color #861480: hue angle of 303.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861480 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 20 128 -
CMYK 0 0.85 0.04 0.47
HSL 303.16º 0.74% 0.3% -
HSV(B) 303.16º 0.85% 0.53% -
XYZ 13.98 7.13 21.06 -
YUV 66.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 134 20 128 0 0.85 0.04 0.47 303.16 0.74 0.3
Hex 86 14 80 0 55 4 2F 12F 4A 1E
Octal 206 24 200 0 125 4 57 457 112 36
Binary 10000110 10100 10000000 0 1010101 100 101111 100101111 1001010 11110

Color Harmonies of #861480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861480

Black with #861480

Text Example


Text Example

White with #861480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861480; }

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

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

background-color css

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

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

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

border-color css

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

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

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