Html Css Color HEX #863581 Dark Purple

📋 copy color: '#863581'

red 134 ◦ green 53 ◦ blue 129

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

Shades of Dark Purple #863581

Tints of Dark Purple #863581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

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

R = 42.41%
G = 16.77%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#863581 (or 0x863581) is known color: Dark Purple. HEX triplet: 86, 35 and 81. RGB value is (134,53,129). Sum of RGB (Red+Green+Blue) = 134+53+129=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #863581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863581 is #79CA7E. Grayscale: #555555. Windows color (decimal): -7981695 or 8467846. OLE color: 8467846.

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

Color convert

RGB 134 53 129 -
CMYK 0 0.60 0.04 0.47
HSL 303.7º 0.43% 0.37% -
HSV(B) 303.7º 0.6% 0.53% -
XYZ 15.07 9.2 21.75 -
YUV 85.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 134 53 129 0 0.60 0.04 0.47 303.7 0.43 0.37
Hex 86 35 81 0 3C 4 2F 130 2B 25
Octal 206 65 201 0 74 4 57 460 53 45
Binary 10000110 110101 10000001 0 111100 100 101111 100110000 101011 100101

Color Harmonies of #863581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863581

Black with #863581

Text Example


Text Example

White with #863581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863581; }

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

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

background-color css

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

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

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

border-color css

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

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

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