Html Css Color HEX #860E6A Dark Purple

📋 copy color: '#860E6A'

red 134 ◦ green 14 ◦ blue 106

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

Shades of Dark Purple #860E6A

Tints of Dark Purple #860E6A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 52.76%
G = 5.51%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#860E6A (or 0x860E6A) is known color: Dark Purple. HEX triplet: 86, 0E and 6A. RGB value is (134,14,106). Sum of RGB (Red+Green+Blue) = 134+14+106=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #860E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E6A is #79F195. Grayscale: #3C3C3C. Windows color (decimal): -7991702 or 6950534. OLE color: 6950534.

HSL color Cylindrical-coordinate representation of color #860E6A: hue angle of 314º degrees, saturation: 0.81, 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 #860E6A is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 14 106 -
CMYK 0 0.90 0.21 0.47
HSL 314º 0.81% 0.29% -
HSV(B) 314º 0.9% 0.53% -
XYZ 12.59 6.42 14.21 -
YUV 60.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 134 14 106 0 0.90 0.21 0.47 314 0.81 0.29
Hex 86 E 6A 0 5A 15 2F 13A 51 1D
Octal 206 16 152 0 132 25 57 472 121 35
Binary 10000110 1110 1101010 0 1011010 10101 101111 100111010 1010001 11101

Color Harmonies of #860E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E6A

Black with #860E6A

Text Example


Text Example

White with #860E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,14,106); }

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

background-color css

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

 a { background-color: rgb(134,14,106); }

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

border-color css

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

 span { border-color: rgb(134,14,106); }

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