Html Css Color HEX #862881 Dark Purple

📋 copy color: '#862881'

red 134 ◦ green 40 ◦ blue 129

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

Shades of Dark Purple #862881

Tints of Dark Purple #862881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

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

R = 44.22%
G = 13.2%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#862881 (or 0x862881) is known color: Dark Purple. HEX triplet: 86, 28 and 81. RGB value is (134,40,129). Sum of RGB (Red+Green+Blue) = 134+40+129=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #862881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862881 is #79D77E. Grayscale: #4D4D4D. Windows color (decimal): -7985023 or 8464518. OLE color: 8464518.

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

Color convert

RGB 134 40 129 -
CMYK 0 0.70 0.04 0.47
HSL 303.19º 0.54% 0.34% -
HSV(B) 303.19º 0.7% 0.53% -
XYZ 14.55 8.17 21.58 -
YUV 78.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 134 40 129 0 0.70 0.04 0.47 303.19 0.54 0.34
Hex 86 28 81 0 46 4 2F 12F 36 22
Octal 206 50 201 0 106 4 57 457 66 42
Binary 10000110 101000 10000001 0 1000110 100 101111 100101111 110110 100010

Color Harmonies of #862881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862881

Black with #862881

Text Example


Text Example

White with #862881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862881; }

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

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

background-color css

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

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

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

border-color css

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

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

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