Html Css Color HEX #863080 Dark Purple

📋 copy color: '#863080'

red 134 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #863080

Tints of Dark Purple #863080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

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

R = 43.23%
G = 15.48%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863080 (or 0x863080) is known color: Dark Purple. HEX triplet: 86, 30 and 80. RGB value is (134,48,128). Sum of RGB (Red+Green+Blue) = 134+48+128=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #863080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863080 is #79CF7F. Grayscale: #525252. Windows color (decimal): -7982976 or 8401030. OLE color: 8401030.

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

Color convert

RGB 134 48 128 -
CMYK 0 0.64 0.04 0.47
HSL 304.19º 0.47% 0.36% -
HSV(B) 304.19º 0.64% 0.53% -
XYZ 14.78 8.74 21.33 -
YUV 82.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 134 48 128 0 0.64 0.04 0.47 304.19 0.47 0.36
Hex 86 30 80 0 40 4 2F 130 2F 24
Octal 206 60 200 0 100 4 57 460 57 44
Binary 10000110 110000 10000000 0 1000000 100 101111 100110000 101111 100100

Color Harmonies of #863080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863080

Black with #863080

Text Example


Text Example

White with #863080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863080; }

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

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

background-color css

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

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

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

border-color css

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

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

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