Html Css Color HEX #862081 Dark Purple

📋 copy color: '#862081'

red 134 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #862081

Tints of Dark Purple #862081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 45.42%
G = 10.85%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#862081 (or 0x862081) is known color: Dark Purple. HEX triplet: 86, 20 and 81. RGB value is (134,32,129). Sum of RGB (Red+Green+Blue) = 134+32+129=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #862081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862081 is #79DF7E. Grayscale: #494949. Windows color (decimal): -7987071 or 8462470. OLE color: 8462470.

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

Color convert

RGB 134 32 129 -
CMYK 0 0.76 0.04 0.47
HSL 302.94º 0.61% 0.33% -
HSV(B) 302.94º 0.76% 0.53% -
XYZ 14.31 7.69 21.5 -
YUV 73.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 134 32 129 0 0.76 0.04 0.47 302.94 0.61 0.33
Hex 86 20 81 0 4C 4 2F 12F 3D 21
Octal 206 40 201 0 114 4 57 457 75 41
Binary 10000110 100000 10000001 0 1001100 100 101111 100101111 111101 100001

Color Harmonies of #862081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862081

Black with #862081

Text Example


Text Example

White with #862081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862081; }

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

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

background-color css

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

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

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

border-color css

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

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

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