Html Css Color HEX #86296F Dark Purple

📋 copy color: '#86296F'

red 134 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #86296F

Tints of Dark Purple #86296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 46.85%
G = 14.34%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86296F (or 0x86296F) is known color: Dark Purple. HEX triplet: 86, 29 and 6F. RGB value is (134,41,111). Sum of RGB (Red+Green+Blue) = 134+41+111=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #86296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86296F is #79D690. Grayscale: #4C4C4C. Windows color (decimal): -7984785 or 7285126. OLE color: 7285126.

HSL color Cylindrical-coordinate representation of color #86296F: hue angle of 314.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86296F is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 111 -
CMYK 0 0.69 0.17 0.47
HSL 314.84º 0.53% 0.34% -
HSV(B) 314.84º 0.69% 0.53% -
XYZ 13.49 7.8 15.83 -
YUV 76.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 134 41 111 0 0.69 0.17 0.47 314.84 0.53 0.34
Hex 86 29 6F 0 45 11 2F 13B 35 22
Octal 206 51 157 0 105 21 57 473 65 42
Binary 10000110 101001 1101111 0 1000101 10001 101111 100111011 110101 100010

Color Harmonies of #86296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86296F

Black with #86296F

Text Example


Text Example

White with #86296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86296F; }

 p { color: rgb(134,41,111); }

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

background-color css

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

 a { background-color: rgb(134,41,111); }

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

border-color css

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

 span { border-color: rgb(134,41,111); }

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