Html Css Color HEX #86326C Dark Purple

📋 copy color: '#86326C'

red 134 ◦ green 50 ◦ blue 108

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

Shades of Dark Purple #86326C

Tints of Dark Purple #86326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

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

R = 45.89%
G = 17.12%
B = 36.99%

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

#86326C (or 0x86326C) is known color: Dark Purple. HEX triplet: 86, 32 and 6C. RGB value is (134,50,108). Sum of RGB (Red+Green+Blue) = 134+50+108=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86326C is #79CD93. Grayscale: #515151. Windows color (decimal): -7982484 or 7090822. OLE color: 7090822.

HSL color Cylindrical-coordinate representation of color #86326C: hue angle of 318.57º 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 #86326C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 108 -
CMYK 0 0.63 0.19 0.47
HSL 318.57º 0.46% 0.36% -
HSV(B) 318.57º 0.63% 0.53% -
XYZ 13.68 8.43 15.09 -
YUV 81.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 134 50 108 0 0.63 0.19 0.47 318.57 0.46 0.36
Hex 86 32 6C 0 3F 13 2F 13F 2E 24
Octal 206 62 154 0 77 23 57 477 56 44
Binary 10000110 110010 1101100 0 111111 10011 101111 100111111 101110 100100

Color Harmonies of #86326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86326C

Black with #86326C

Text Example


Text Example

White with #86326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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