Html Css Color HEX #860D6D Dark Purple

📋 copy color: '#860D6D'

red 134 ◦ green 13 ◦ blue 109

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

Shades of Dark Purple #860D6D

Tints of Dark Purple #860D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.08%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 52.34%
G = 5.08%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#860D6D (or 0x860D6D) is known color: Dark Purple. HEX triplet: 86, 0D and 6D. RGB value is (134,13,109). Sum of RGB (Red+Green+Blue) = 134+13+109=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D6D is #79F292. Grayscale: #3B3B3B. Windows color (decimal): -7991955 or 7146886. OLE color: 7146886.

HSL color Cylindrical-coordinate representation of color #860D6D: hue angle of 312.4º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D6D is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 109 -
CMYK 0 0.90 0.19 0.47
HSL 312.4º 0.82% 0.29% -
HSV(B) 312.4º 0.9% 0.53% -
XYZ 12.74 6.46 15.04 -
YUV 60.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 134 13 109 0 0.90 0.19 0.47 312.4 0.82 0.29
Hex 86 D 6D 0 5A 13 2F 138 52 1D
Octal 206 15 155 0 132 23 57 470 122 35
Binary 10000110 1101 1101101 0 1011010 10011 101111 100111000 1010010 11101

Color Harmonies of #860D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D6D

Black with #860D6D

Text Example


Text Example

White with #860D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860D6D; }

 p { color: rgb(134,13,109); }

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

background-color css

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

 a { background-color: rgb(134,13,109); }

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

border-color css

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

 span { border-color: rgb(134,13,109); }

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