Html Css Color HEX #86336D Dark Purple

📋 copy color: '#86336D'

red 134 ◦ green 51 ◦ blue 109

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

Shades of Dark Purple #86336D

Tints of Dark Purple #86336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 45.58%
G = 17.35%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86336D (or 0x86336D) is known color: Dark Purple. HEX triplet: 86, 33 and 6D. RGB value is (134,51,109). Sum of RGB (Red+Green+Blue) = 134+51+109=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86336D is #79CC92. Grayscale: #525252. Windows color (decimal): -7982227 or 7156614. OLE color: 7156614.

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

Color convert

RGB 134 51 109 -
CMYK 0 0.62 0.19 0.47
HSL 318.07º 0.45% 0.36% -
HSV(B) 318.07º 0.62% 0.53% -
XYZ 13.78 8.54 15.39 -
YUV 82.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 134 51 109 0 0.62 0.19 0.47 318.07 0.45 0.36
Hex 86 33 6D 0 3E 13 2F 13E 2D 24
Octal 206 63 155 0 76 23 57 476 55 44
Binary 10000110 110011 1101101 0 111110 10011 101111 100111110 101101 100100

Color Harmonies of #86336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86336D

Black with #86336D

Text Example


Text Example

White with #86336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86336D; }

 p { color: rgb(134,51,109); }

 H1.HeaderClassName
 {
   color: #86336D;
 }
 .AnyTagClassName
 {
   color: #86336D;
 }
</style>

background-color css

<style>
 a { background-color: #86336D; }

 a { background-color: rgb(134,51,109); }

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

border-color css

<style>
 span { border-color: #86336D; }

 span { border-color: rgb(134,51,109); }

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