Html Css Color HEX #863480 Dark Purple

📋 copy color: '#863480'

red 134 ◦ green 52 ◦ blue 128

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

Shades of Dark Purple #863480

Tints of Dark Purple #863480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 42.68%
G = 16.56%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863480 (or 0x863480) is known color: Dark Purple. HEX triplet: 86, 34 and 80. RGB value is (134,52,128). Sum of RGB (Red+Green+Blue) = 134+52+128=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863480 is #79CB7F. Grayscale: #545454. Windows color (decimal): -7981952 or 8402054. OLE color: 8402054.

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

Color convert

RGB 134 52 128 -
CMYK 0 0.61 0.04 0.47
HSL 304.39º 0.44% 0.36% -
HSV(B) 304.39º 0.61% 0.53% -
XYZ 14.96 9.08 21.39 -
YUV 85.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 134 52 128 0 0.61 0.04 0.47 304.39 0.44 0.36
Hex 86 34 80 0 3D 4 2F 130 2C 24
Octal 206 64 200 0 75 4 57 460 54 44
Binary 10000110 110100 10000000 0 111101 100 101111 100110000 101100 100100

Color Harmonies of #863480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863480

Black with #863480

Text Example


Text Example

White with #863480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863480; }

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

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

background-color css

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

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

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

border-color css

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

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

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