Html Css Color HEX #86296E Dark Purple

📋 copy color: '#86296E'

red 134 ◦ green 41 ◦ blue 110

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

Shades of Dark Purple #86296E

Tints of Dark Purple #86296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 47.02%
G = 14.39%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86296E (or 0x86296E) is known color: Dark Purple. HEX triplet: 86, 29 and 6E. RGB value is (134,41,110). Sum of RGB (Red+Green+Blue) = 134+41+110=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #86296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86296E is #79D691. Grayscale: #4C4C4C. Windows color (decimal): -7984786 or 7219590. OLE color: 7219590.

HSL color Cylindrical-coordinate representation of color #86296E: hue angle of 315.48º 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 #86296E is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 110 -
CMYK 0 0.69 0.18 0.47
HSL 315.48º 0.53% 0.34% -
HSV(B) 315.48º 0.69% 0.53% -
XYZ 13.44 7.78 15.55 -
YUV 76.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 134 41 110 0 0.69 0.18 0.47 315.48 0.53 0.34
Hex 86 29 6E 0 45 12 2F 13B 35 22
Octal 206 51 156 0 105 22 57 473 65 42
Binary 10000110 101001 1101110 0 1000101 10010 101111 100111011 110101 100010

Color Harmonies of #86296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86296E

Black with #86296E

Text Example


Text Example

White with #86296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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