Html Css Color HEX #862980 Dark Purple

📋 copy color: '#862980'

red 134 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #862980

Tints of Dark Purple #862980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 44.22%
G = 13.53%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#862980 (or 0x862980) is known color: Dark Purple. HEX triplet: 86, 29 and 80. RGB value is (134,41,128). Sum of RGB (Red+Green+Blue) = 134+41+128=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #862980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862980 is #79D67F. Grayscale: #4E4E4E. Windows color (decimal): -7984768 or 8399238. OLE color: 8399238.

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

Color convert

RGB 134 41 128 -
CMYK 0 0.69 0.04 0.47
HSL 303.87º 0.53% 0.34% -
HSV(B) 303.87º 0.69% 0.53% -
XYZ 14.52 8.21 21.24 -
YUV 78.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 134 41 128 0 0.69 0.04 0.47 303.87 0.53 0.34
Hex 86 29 80 0 45 4 2F 130 35 22
Octal 206 51 200 0 105 4 57 460 65 42
Binary 10000110 101001 10000000 0 1000101 100 101111 100110000 110101 100010

Color Harmonies of #862980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862980

Black with #862980

Text Example


Text Example

White with #862980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862980; }

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

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

background-color css

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

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

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

border-color css

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

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

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