Html Css Color HEX #863181 Dark Purple

📋 copy color: '#863181'

red 134 ◦ green 49 ◦ blue 129

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

Shades of Dark Purple #863181

Tints of Dark Purple #863181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 42.95%
G = 15.71%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863181 (or 0x863181) is known color: Dark Purple. HEX triplet: 86, 31 and 81. RGB value is (134,49,129). Sum of RGB (Red+Green+Blue) = 134+49+129=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #863181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863181 is #79CE7E. Grayscale: #535353. Windows color (decimal): -7982719 or 8466822. OLE color: 8466822.

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

Color convert

RGB 134 49 129 -
CMYK 0 0.63 0.04 0.47
HSL 303.53º 0.46% 0.36% -
HSV(B) 303.53º 0.63% 0.53% -
XYZ 14.89 8.85 21.69 -
YUV 83.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 134 49 129 0 0.63 0.04 0.47 303.53 0.46 0.36
Hex 86 31 81 0 3F 4 2F 130 2E 24
Octal 206 61 201 0 77 4 57 460 56 44
Binary 10000110 110001 10000001 0 111111 100 101111 100110000 101110 100100

Color Harmonies of #863181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863181

Black with #863181

Text Example


Text Example

White with #863181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863181; }

 p { color: rgb(134,49,129); }

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

background-color css

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

 a { background-color: rgb(134,49,129); }

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

border-color css

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

 span { border-color: rgb(134,49,129); }

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