Html Css Color HEX #863980 Dark Purple

📋 copy color: '#863980'

red 134 ◦ green 57 ◦ blue 128

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

Shades of Dark Purple #863980

Tints of Dark Purple #863980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.87%

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

R = 42.01%
G = 17.87%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863980 (or 0x863980) is known color: Dark Purple. HEX triplet: 86, 39 and 80. RGB value is (134,57,128). Sum of RGB (Red+Green+Blue) = 134+57+128=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #863980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863980 is #79C67F. Grayscale: #575757. Windows color (decimal): -7980672 or 8403334. OLE color: 8403334.

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

Color convert

RGB 134 57 128 -
CMYK 0 0.57 0.04 0.47
HSL 304.68º 0.4% 0.37% -
HSV(B) 304.68º 0.57% 0.53% -
XYZ 15.19 9.55 21.47 -
YUV 88.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 134 57 128 0 0.57 0.04 0.47 304.68 0.4 0.37
Hex 86 39 80 0 39 4 2F 131 28 25
Octal 206 71 200 0 71 4 57 461 50 45
Binary 10000110 111001 10000000 0 111001 100 101111 100110001 101000 100101

Color Harmonies of #863980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863980

Black with #863980

Text Example


Text Example

White with #863980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863980; }

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

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

background-color css

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

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

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

border-color css

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

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

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