Html Css Color HEX #86326E Dark Purple

📋 copy color: '#86326E'

red 134 ◦ green 50 ◦ blue 110

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

Shades of Dark Purple #86326E

Tints of Dark Purple #86326E

RGB

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

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

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

R = 45.58%
G = 17.01%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86326E (or 0x86326E) is known color: Dark Purple. HEX triplet: 86, 32 and 6E. RGB value is (134,50,110). Sum of RGB (Red+Green+Blue) = 134+50+110=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86326E is #79CD91. Grayscale: #515151. Windows color (decimal): -7982482 or 7221894. OLE color: 7221894.

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

Color convert

RGB 134 50 110 -
CMYK 0 0.63 0.18 0.47
HSL 317.14º 0.46% 0.36% -
HSV(B) 317.14º 0.63% 0.53% -
XYZ 13.79 8.48 15.66 -
YUV 81.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 134 50 110 0 0.63 0.18 0.47 317.14 0.46 0.36
Hex 86 32 6E 0 3F 12 2F 13D 2E 24
Octal 206 62 156 0 77 22 57 475 56 44
Binary 10000110 110010 1101110 0 111111 10010 101111 100111101 101110 100100

Color Harmonies of #86326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86326E

Black with #86326E

Text Example


Text Example

White with #86326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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