Html Css Color HEX #861D85 Dark Purple

📋 copy color: '#861D85'

red 134 ◦ green 29 ◦ blue 133

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

Shades of Dark Purple #861D85

Tints of Dark Purple #861D85

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 45.27%
G = 9.8%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#861D85 (or 0x861D85) is known color: Dark Purple. HEX triplet: 86, 1D and 85. RGB value is (134,29,133). Sum of RGB (Red+Green+Blue) = 134+29+133=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #861D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861D85 is #79E27A. Grayscale: #474747. Windows color (decimal): -7987835 or 8723846. OLE color: 8723846.

HSL color Cylindrical-coordinate representation of color #861D85: hue angle of 300.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D85 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 133 -
CMYK 0 0.78 0.01 0.47
HSL 300.57º 0.64% 0.32% -
HSV(B) 300.57º 0.78% 0.53% -
XYZ 14.5 7.64 22.9 -
YUV 72.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 134 29 133 0 0.78 0.01 0.47 300.57 0.64 0.32
Hex 86 1D 85 0 4E 1 2F 12D 40 20
Octal 206 35 205 0 116 1 57 455 100 40
Binary 10000110 11101 10000101 0 1001110 1 101111 100101101 1000000 100000

Color Harmonies of #861D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D85

Black with #861D85

Text Example


Text Example

White with #861D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861D85; }

 p { color: rgb(134,29,133); }

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

background-color css

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

 a { background-color: rgb(134,29,133); }

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

border-color css

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

 span { border-color: rgb(134,29,133); }

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