Html Css Color HEX #86296A Dark Purple

📋 copy color: '#86296A'

red 134 ◦ green 41 ◦ blue 106

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

Shades of Dark Purple #86296A

Tints of Dark Purple #86296A

RGB

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

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

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

R = 47.69%
G = 14.59%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#86296A (or 0x86296A) is known color: Dark Purple. HEX triplet: 86, 29 and 6A. RGB value is (134,41,106). Sum of RGB (Red+Green+Blue) = 134+41+106=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86296A is #79D695. Grayscale: #4C4C4C. Windows color (decimal): -7984790 or 6957446. OLE color: 6957446.

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

Color convert

RGB 134 41 106 -
CMYK 0 0.69 0.21 0.47
HSL 318.06º 0.53% 0.34% -
HSV(B) 318.06º 0.69% 0.53% -
XYZ 13.23 7.69 14.42 -
YUV 76.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 134 41 106 0 0.69 0.21 0.47 318.06 0.53 0.34
Hex 86 29 6A 0 45 15 2F 13E 35 22
Octal 206 51 152 0 105 25 57 476 65 42
Binary 10000110 101001 1101010 0 1000101 10101 101111 100111110 110101 100010

Color Harmonies of #86296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86296A

Black with #86296A

Text Example


Text Example

White with #86296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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