Html Css Color HEX #86316C Dark Purple

📋 copy color: '#86316C'

red 134 ◦ green 49 ◦ blue 108

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

Shades of Dark Purple #86316C

Tints of Dark Purple #86316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 46.05%
G = 16.84%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86316C (or 0x86316C) is known color: Dark Purple. HEX triplet: 86, 31 and 6C. RGB value is (134,49,108). Sum of RGB (Red+Green+Blue) = 134+49+108=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86316C is #79CE93. Grayscale: #505050. Windows color (decimal): -7982740 or 7090566. OLE color: 7090566.

HSL color Cylindrical-coordinate representation of color #86316C: hue angle of 318.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86316C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 108 -
CMYK 0 0.63 0.19 0.47
HSL 318.35º 0.46% 0.36% -
HSV(B) 318.35º 0.63% 0.53% -
XYZ 13.64 8.35 15.08 -
YUV 81.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 134 49 108 0 0.63 0.19 0.47 318.35 0.46 0.36
Hex 86 31 6C 0 3F 13 2F 13E 2E 24
Octal 206 61 154 0 77 23 57 476 56 44
Binary 10000110 110001 1101100 0 111111 10011 101111 100111110 101110 100100

Color Harmonies of #86316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86316C

Black with #86316C

Text Example


Text Example

White with #86316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86316C; }

 p { color: rgb(134,49,108); }

 H1.HeaderClassName
 {
   color: #86316C;
 }
 .AnyTagClassName
 {
   color: #86316C;
 }
</style>

background-color css

<style>
 a { background-color: #86316C; }

 a { background-color: rgb(134,49,108); }

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

border-color css

<style>
 span { border-color: #86316C; }

 span { border-color: rgb(134,49,108); }

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