Html Css Color HEX #861080 Purple

📋 copy color: '#861080'

red 134 ◦ green 16 ◦ blue 128

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

Shades of Purple #861080

Tints of Purple #861080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 48.2%
G = 5.76%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#861080 (or 0x861080) is known color: Purple. HEX triplet: 86, 10 and 80. RGB value is (134,16,128). Sum of RGB (Red+Green+Blue) = 134+16+128=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #861080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861080 is #79EF7F. Grayscale: #3F3F3F. Windows color (decimal): -7991168 or 8392838. OLE color: 8392838.

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

Color convert

RGB 134 16 128 -
CMYK 0 0.88 0.04 0.47
HSL 303.05º 0.79% 0.29% -
HSV(B) 303.05º 0.88% 0.53% -
XYZ 13.91 7 21.04 -
YUV 64.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 134 16 128 0 0.88 0.04 0.47 303.05 0.79 0.29
Hex 86 10 80 0 58 4 2F 12F 4F 1D
Octal 206 20 200 0 130 4 57 457 117 35
Binary 10000110 10000 10000000 0 1011000 100 101111 100101111 1001111 11101

Color Harmonies of #861080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861080

Black with #861080

Text Example


Text Example

White with #861080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861080; }

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

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

background-color css

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

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

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

border-color css

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

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

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