Html Css Color HEX #86256D Dark Purple

📋 copy color: '#86256D'

red 134 ◦ green 37 ◦ blue 109

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

Shades of Dark Purple #86256D

Tints of Dark Purple #86256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 47.86%
G = 13.21%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86256D (or 0x86256D) is known color: Dark Purple. HEX triplet: 86, 25 and 6D. RGB value is (134,37,109). Sum of RGB (Red+Green+Blue) = 134+37+109=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86256D is #79DA92. Grayscale: #4A4A4A. Windows color (decimal): -7985811 or 7153030. OLE color: 7153030.

HSL color Cylindrical-coordinate representation of color #86256D: hue angle of 315.46º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86256D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 109 -
CMYK 0 0.72 0.19 0.47
HSL 315.46º 0.57% 0.34% -
HSV(B) 315.46º 0.72% 0.53% -
XYZ 13.25 7.5 15.22 -
YUV 74.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 134 37 109 0 0.72 0.19 0.47 315.46 0.57 0.34
Hex 86 25 6D 0 48 13 2F 13B 39 22
Octal 206 45 155 0 110 23 57 473 71 42
Binary 10000110 100101 1101101 0 1001000 10011 101111 100111011 111001 100010

Color Harmonies of #86256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86256D

Black with #86256D

Text Example


Text Example

White with #86256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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