Html Css Color HEX #86347C Dark Purple

📋 copy color: '#86347C'

red 134 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #86347C

Tints of Dark Purple #86347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 43.23%
G = 16.77%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86347C (or 0x86347C) is known color: Dark Purple. HEX triplet: 86, 34 and 7C. RGB value is (134,52,124). Sum of RGB (Red+Green+Blue) = 134+52+124=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86347C is #79CB83. Grayscale: #545454. Windows color (decimal): -7981956 or 8139910. OLE color: 8139910.

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

Color convert

RGB 134 52 124 -
CMYK 0 0.61 0.07 0.47
HSL 307.32º 0.44% 0.36% -
HSV(B) 307.32º 0.61% 0.53% -
XYZ 14.7 8.98 20.03 -
YUV 84.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 134 52 124 0 0.61 0.07 0.47 307.32 0.44 0.36
Hex 86 34 7C 0 3D 7 2F 133 2C 24
Octal 206 64 174 0 75 7 57 463 54 44
Binary 10000110 110100 1111100 0 111101 111 101111 100110011 101100 100100

Color Harmonies of #86347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86347C

Black with #86347C

Text Example


Text Example

White with #86347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,52,124); }

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

background-color css

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

 a { background-color: rgb(134,52,124); }

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

border-color css

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

 span { border-color: rgb(134,52,124); }

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